投稿時間:2022-12-20 01:48:54 RSSフィード2022-12-20 01:00 分まとめ(98件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita 【Linux】Docker上のUbuntuに任意バージョンのPythonをインストールする【Ubuntu 20.04】 https://qiita.com/keisuke-okb/items/85452944198f7c0f7ff9 docker 2022-12-19 23:44:08
js JavaScriptタグが付けられた新着投稿 - Qiita 【Alpine.js】Maskを使ってinputの入力値を統一していくぞ https://qiita.com/yowatsuyoengineer/items/99027c57bc73fdd8cce6 alpinejs 2022-12-19 23:52:20
js JavaScriptタグが付けられた新着投稿 - Qiita 【GCP】Node.jsでRetail API Recommendations AIのAPIを叩く方法【機械学習】 https://qiita.com/SyoInoue/items/d2b63291176437127c52 nodej 2022-12-19 23:22:15
js JavaScriptタグが付けられた新着投稿 - Qiita 綺麗なコードを書きたい?じゃあ Prettier 使おうよ。 https://qiita.com/Toya-Onodera/items/ed04cf3f2a68f76f14e6 adventcalendar 2022-12-19 23:12:05
js JavaScriptタグが付けられた新着投稿 - Qiita 日付入力でデイトピッカーを使う https://qiita.com/may9create/items/614028e4e510a88ded1f flatpi 2022-12-19 23:10:42
Linux Ubuntuタグが付けられた新着投稿 - Qiita 【Linux】Docker上のUbuntuに任意バージョンのPythonをインストールする【Ubuntu 20.04】 https://qiita.com/keisuke-okb/items/85452944198f7c0f7ff9 docker 2022-12-19 23:44:08
Linux Ubuntuタグが付けられた新着投稿 - Qiita Apple Silicon Mac(M1,M2)でx86_64な環境構築【Ubuntu】 https://qiita.com/wakana0wl/items/dd18321cede30a79b7f5 applesiliconmacmm 2022-12-19 23:25:40
AWS AWSタグが付けられた新着投稿 - Qiita 各種VPNサービスについて https://qiita.com/the13-HK/items/3e4a2c9bd5fa50c67bb2 比較 2022-12-19 23:48:10
Docker dockerタグが付けられた新着投稿 - Qiita 【Linux】Docker上のUbuntuに任意バージョンのPythonをインストールする【Ubuntu 20.04】 https://qiita.com/keisuke-okb/items/85452944198f7c0f7ff9 docker 2022-12-19 23:44:08
GCP gcpタグが付けられた新着投稿 - Qiita 【GCP】Node.jsでRetail API Recommendations AIのAPIを叩く方法【機械学習】 https://qiita.com/SyoInoue/items/d2b63291176437127c52 nodej 2022-12-19 23:22:15
技術ブログ Mercari Engineering Blog mercari.go #20 を開催しました #mercarigo https://engineering.mercari.com/blog/entry/20221216-4646756013/ hellip 2022-12-19 15:00:19
技術ブログ Developers.IO Mackerel + shimesabaでURL外形監視をSLOモニタリングにしてみた #mackerelio https://dev.classmethod.jp/articles/202212-mackerel-slo-monitoring/ mackerel 2022-12-19 14:15:51
海外TECH Ars Technica The risk of escalation from cyberattacks has never been greater https://arstechnica.com/?p=1905469 Detail Nothing 2022-12-19 14:30:31
海外TECH MakeUseOf How to Prevent Duplicate Response in Google Forms https://www.makeuseof.com/prevent-duplicate-response-google-forms/ forms 2022-12-19 14:30:15
海外TECH MakeUseOf What Is the Geek Squad Email Scam? How to Avoid It https://www.makeuseof.com/geek-squad-email-scam/ haven 2022-12-19 14:30:15
海外TECH DEV Community Software Engineering: Do You Concur? https://dev.to/raddevus/software-engineering-do-you-concur-4d32 Software Engineering Do You Concur Reading A Great New BookI just added the book Modern Software Engineering Doing What Works to Build Better Software Faster to my bookshelf amp began reading it last night Authors With Great Ideas Who Clearly Express ThemI am so amazed by this clear clean lucid explanation amp I m always excited to find people authors who think this way that I had to share it Two Main Principles of Software EngineeringThese ideas of the foundation of what Software Engineering really is are what I ve thought about building software for many years but have never been able to express them this way Great Content From the Introduction my emphasis Software development is a process of discovery and exploration therefore to succeed at it software engineers need to become experts at learning When we organize our thinking this way and start to make progress on the basis of many small informal experiments we begin to limit our risk of jumping to inappropriate conclusions and end up doing a better job Software engineering is the application of an empirical scientific approach to finding efficient economic solutions to practical problems in software This means that we must manage the complexity of the systems that we create in ways that maintain our ability to learn new things and adapt to them So we must become experts at learning and experts at managing complexity There are five techniques that form the roots of this focus on learning Specifically to become experts at learning we need the following IterationFeedbackIncrementalismExperimentationEmpiricismThis is an evolutionary approach to the creation of complex systems Complex systems don t spring fully formed from our imaginations They are the product of many small steps where we try out our ideas and react to success and failure along the way These are the tools that allow us to accomplish that exploration and discovery To become experts at managing complexity we need the following ModularityCohesionSeparation of ConcernsAbstractionLoose CouplingI really love this initial explanation Two Main Strengths To Understand Building SoftwareWe need two main strengths An expert understanding of LearningDeep understanding of how to manage complexity Always LearningWe ll never attain these entirely but as we become better at both of those our ability to create elegant solutions grows by leaps amp bounds Complex Systems Only Arise From Simple OnesAlso really like that the author includes the idea of incrementalism Complex systems can only be built from simple ones What do you think about these concepts 2022-12-19 14:57:53
海外TECH DEV Community Old Photo Effect with CSS https://dev.to/alvaromontoro/old-photo-effect-with-css-2699 Old Photo Effect with CSSThis article will review how to create an old photo effect on any picture using only CSS No need for Photoshop or any other image editor And all in just a few lines of code We will check three different methods that build on top of each other increasing the old photo effect with each iteration to make it look more realistic and nicer For the examples on this page we will use a photograph by Filipp Romanovski You can find it on Unsplash along with many other amazing pictures by Filipp and many more authors Using an Image TagThe most basic way of creating the old photo effect is directly applying filters to an image in the lt img gt tag This method is quick and the effect will be nice but the result may be too basic Let s start with an image in HTML lt img src link to your image jpg alt Description of the image gt Then we will apply some filters in CSS and a simple mask img filter grayscale blur px contrast sepia webkit mask radial gradient Let s see one by one what each of the filters does grayscale turns the picture into a scale of grays This will blend some areas together into a similar tone of gray making the picture lose some detail blur px applies a Gaussian blur to the image Enough to combine color regions and make the picture lose more detail contrast sharpens the picture We can play a little with the value to adjust it to what we want and personalize it for each picture But beware too high or too low and it will look weird sepia changes the color into an old photo sepia Additionally we could add an extra blur px it doesn t have to be a round number or higher than to make the photo just a little bit blurry and complete the filter effect But it s not needed There s one extra line for webkit mask Old photos seem more focused in the center but then they degrade losing color and getting a bit blurry toward the edges We can achieve that by applying a mask in CSS Unfortunately mask is not supported by all browsers luckily for us the vendor prefix is So we can apply the same effect using webkit mask With webkit mask radial gradient we are telling the browser to make the edges of the image semi transparent by using a fully visible ellipse at the center which fades towards the outside so the picture will fade and blend with the background Notice that this could have different results depending on the background s color After we apply these lines of CSS we achieve the old photo effect Here s a comparison of the original with the resulting picture Not bad but we can take it one step beyond Adding Pseudo ElementsOne problem with using a single lt img gt tag is that images don t have pseudo elements like before or after and that limits the effects we can apply to the element If instead of using an lt img gt we used a lt div gt and added the image as a background we could apply filters and masks to its pseudo elements and obtain a more accurate effect Getting a similar result as with the lt img gt tag would be simple The HTML would look like this lt div class old style photo demo image gt lt div gt Then in the CSS we would use the element to display the old style photo just like in the section before The only difference is that we need to set the size and the image as a background too specific to the demo image demo image width vw aspect ratio background url background size cover needed for the pseudo elements and old photo effect old style photo position relative filter grayscale blur px contrast sepia blur px webkit mask radial gradient a Just with that we have the same effect as in the previous section We will use the before pseudo element to blur the edges of the image Something common in old photographs To achieve this we will use a mask again Another radial gradient from center to edges but this time will be in the opposite direction hidden at the center and visible at the end This way we can apply a backdrop filter effect on the image itself With backdrop filter we can apply a filter to the area behind the element Because the center is cropped with the mask the filter won t be applied to the center of the image only to the visible areas and the degree of visibility according to the mask For example if we apply a blur backdrop filter it will be blurrier toward the fully visible edges than towards the middle section that is only partially visible old style photo before content position absolute width height webkit mask radial gradient farthest side backdrop filter blur px sepia The resulting image is blurrier around the edges plus we added more sepia to the mix so colors combine even more Blending an Inline SVGSome people will cry foul say this is “not a pure CSS solution I never claimed it was and consider this section cheating Instead we ll call it “taking advantage of all the features CSS has to offer and claim it as a win in our book Yes it is true This last step will include some SVG The reality is that CSS has filters but they are not as diverse or advanced as the ones from SVG Fortunately for us we can combine both technologies in a relatively straightforward way One option would be to have some inline SVG in HTML and reference it from our CSS Another option we ll use is inlining the SVG directly in CSS without adding anything on the HTML side This is possible by adding the SVG as a background with the url function combined with data URIs data lt mime type gt charset lt charset gt base lt encoded data gt In our case we don t even need to do base encoding It s a simple SVG and we can just put it as text in the data URI lt svg xmlns width height gt lt filter id noise x y width height gt lt feTurbulence baseFrequency gt lt filter gt lt rect x y width height filter url noise gt lt svg gt The only thing that we need to be careful with is the in the filter It will need to be URL encoded and replaced with a Then we d apply the property to the after pseudo element old style photo after content position absolute width height opacity background url data image svg xml utf lt svg xmlns width height gt lt filter id noise x y width height gt lt feTurbulence baseFrequency gt lt filter gt lt rect x y width height filter url noise gt lt svg gt f filter grayscale contrast mix blend mode darken The noise in itself has different colors but it will be monochrome now because we applied some color filters to the parent that will affect the pseudo element too Still we can apply additional filters not required and a blend mode to better mix with the original picture I highly recommend using different values of mix blend mode darken and multiply yield great results for the effect we want but feel free to try with others The result is the same image as before but we have a granular noise effect that adds more realism to the old photo image ConclusionIn this article we have seen how to create an old photo effect step by step using only CSS and a small inline SVG without resorting to external files All the code is self contained and can be applied at the level that we want to achieve the desired effect Changing the values in filters and masks will generate completely different images Feel free to download the code and try it locally or play with this demo on CodePen More examplesTo show that this effect actually works in general and it s not just something specific to the demo image I applied it to a few more pictures all original by Filipp Romanovski on Unsplash We can change the center of the radial gradients to focus on the area that we consider more important For example the gradients center is closer to the face in this photograph I like using pictures of people for the effect but it will work without people too Especially well if the subjects of the photo are old timey objects 2022-12-19 14:48:24
海外TECH DEV Community What is Reverse Email Lookup and How to Use it Effectively https://dev.to/mikacodez/what-is-reverse-email-lookup-and-how-to-use-it-effectively-2n5p What is Reverse Email Lookup and How to Use it EffectivelyHow has everyone been lately I hope you are all doing well out there Today s topic will be about the Simple methods in which Reverse Email Lookup can be utilised First of all what exactly is Reverse Email Lookup It is first of all the process in which an email address is used to identify who it belongs to where the owner of the address is located their social media profile and even their website This can be useful to filter out legitimate emails from fake ones and the usefulness they may contain especially for businesses looking to hire professionals or enquiries from potential clients business partners The way certain tools that you may see online use Reverse Email lookup tools is that most of the information on these emails will be collected and held in databases on the backend This is due to the public profiles on these accounts allowing social media platforms to host and hold their data information such as email addresses country location telephone number and type of work could be up for grabs on platforms like Linkedin or Instagram Ways you can perform Reverse Email Lookup One of the best ways nowadays is to use an API to help with this A platform I use called Proxycurl has its own tool for this Reverse Email Lookup API Integrating this API can pull data from any profile you associate it with pulling existing company data information and verifying the legitimacy of it at the same time The good thing about this API is also that it doesn t require monthly subscription fees and you can decide to use the pay as you go features to use at your leisure A more robust and simple method would be to use search engines like Google or Bing This is a FREE method however it can be time consuming However all that is needed is to type in an email address in the search bar and to see what results follow along with it utilising any necessary data for your needs Another method I will mention is using a paid service Using these online paid tools may bring your more detailed information on the email addresses gathered with quality data One example of this would be a site like CoCoFinder They have both free and paid services People would use services like cocofinder to perhaps dig out more information on their customers who purchases their buying habits etc ConclusionUsers should be cognizant that Reverse Email lookup can not be depended on as a accurate form of data collection and the results may vary However it can be a very useful tool for collecting the business data needed for your purposes In order to give it a try I would first recommend reading more about it here via Simple Methods To Do Reverse Email Lookup and Trying their API Follow me on Twitter CodezMikazukiThanks for reading Malcz Mika 2022-12-19 14:21:02
Apple AppleInsider - Frontpage News Epic Games pays $520M to settle child privacy violations https://appleinsider.com/articles/22/12/19/epic-games-pays-520m-to-settle-child-privacy-violations?utm_medium=rss Epic Games pays M to settle child privacy violationsEpic Games will be paying a record setting million to settle a pair of FTC allegations concerning child privacy violations and tricking players of Fortnite into making purchases Epic Games marketing for its App Store lawsuitThe total of million in settlements will put to an end two civil complaints from the Federal Trade Commission The complaints centered around the privacy of younger Fortnite players as well as how Epic gets users to pay for in game goods Read more 2022-12-19 14:39:28
Apple AppleInsider - Frontpage News Holiday Gift Ideas: Save up to 30% on Aqara for a DIY, subscription-free home security system https://appleinsider.com/articles/22/12/19/holiday-gift-ideas-save-up-to-30-on-aqara-for-a-diy-subscription-free-home-security-system?utm_medium=rss Holiday Gift Ideas Save up to on Aqara for a DIY subscription free home security systemThis holiday season Aqara has deals on HomeKit compatible gifts to turn any house into an intelligent home with several great IoT products Pick up the G HomeKit Secure Video Camera while it s off to start your DIY security system Aqara has great holiday deals for your DIY home security system HomeKit is your all in one smart home platform And with Aqara s extensive lineup of WPA supported secure devices it s easy to control every aspect of your home from one app Best of all Aqara s HomeKit Secure Video compatible Camera Hub G is off just in time for Christmas Read more 2022-12-19 14:27:00
Apple AppleInsider - Frontpage News Amazon replaces MacBook Pro order with dog food https://appleinsider.com/articles/22/12/19/amazon-replaces-macbook-pro-order-with-dog-food?utm_medium=rss Amazon replaces MacBook Pro order with dog foodA man who ordered a MacBook Pro from Amazon was shocked to find he was sent five pounds of dog food instead M inch MacBook ProAlan Wood of Derbyshire UK ordered a MacBook Pro from Amazon s UK store for pounds on November as a computer for his daughter However instead of receiving Apple s hardware the next day he instead received something completely different Read more 2022-12-19 14:07:24
Apple AppleInsider - Frontpage News Top Apple deals on Amazon that you can get by Christmas https://appleinsider.com/articles/22/12/18/top-apple-deals-on-amazon-that-you-can-get-by-christmas?utm_medium=rss Top Apple deals on Amazon that you can get by ChristmasChristmas is right around the corner and many last minute shoppers struggle to find the best deals that arrive before the holiday We ve got you covered with these fantastic Apple deals that arrive before Christmas Plenty of Apple deals arrive by Christmas Best Apple deals on Amazon that arrive by Christmas Read more 2022-12-19 14:16:14
海外TECH Engadget European Commission tells Meta that Facebook Marketplace is unfair to rivals https://www.engadget.com/eu-meta-dominance-limiting-competitors-facebook-marketplace-142748760.html?src=rss European Commission tells Meta that Facebook Marketplace is unfair to rivalsEurope has hit Facebook owner Meta with a complaint that its Marketplace classified service is unfair to competitors By tying its main social media site to Marketplace it has a quot substantial distribution advantage quot over rivals the EU Commission wrote in a press release nbsp quot With its Facebook social network Meta reaches globally billions of monthly users and millions active advertisers quot EU Antitrust Commissioner said in a statement quot Our preliminary concern is that Meta ties its dominant social network Facebook to its online classified ad services called Facebook Marketplace This means that users of Facebook automatically have access to Facebook Marketplace whether they want it or not quot In addition the Commission found that Meta imposes imposes unfair trading conditions on competitors that advertise on Facebook or Instagram That essentially allows it to use quot ads related data derived from competitors for the benefit of Facebook Marketplace quot it said The practices if confirmed would infringe on EU rules that prohibit the abuse of a dominant market position The EU has the power to impose a fine of up to percent of Meta s annual revenue and prohibit the behavior nbsp In a statement Meta s head of EMEA competition said the quot claims made by the European Commission are without foundation quot and that the company quot will continue to work with regulatory authorities to demonstrate that our product innovation is pro consumer and pro competitive quot nbsp Last year the EU Commission launched an antitrust probe into Facebook s classified advertising practices to determine if it broke competition rules by using advertiser data to its own benefit The so called Statement of Objects released today is a formal step in EU antitrust investigations informing parties of complaints raised against them Meta can now examine the documents reply in writing and request an oral hearing to present their comments according to the Commission nbsp 2022-12-19 14:27:48
海外TECH Engadget The best iPhone cases for 2023 https://www.engadget.com/best-iphone-cases-153035988.html?src=rss The best iPhone cases for There are two types of people in this world those with naked iPhones and those who stick their handset in a case as soon as they unbox it If you just got a new phone and fall into the latter category you have an overwhelming range of options to consider It s easy to fall down a rabbit hole researching iPhone cases from companies you ve never heard of on Amazon You may be tempted to get one of the cheapest options available or maybe the one with the cutest pattern but they might not be the best iPhone cases for your needs We tested out a number of the latest cases covers and protectors to see which are actually worth your money Spigen Ultra Hybrid MagfitIf you want a basic protective case that comes at an affordable price Spigen has you covered The company s Ultra Hybrid MagFit cases have clear backs that show off the color of your iPhone and we like their raised bezels that protect the rear camera The cases also have tactical buttons on the side that make it easy to feel around and adjust your phone s volume without even looking at it The overall slim profile of the case allows it to protect your iPhone without adding too much bulk and it s MagSafe compatible as well Also the Ultra Hybrid case was one of the most secure we tried to the point where it was almost difficult to extricate the iPhone when we needed to test out a new cover And while they normally go for around you can often find them on sale for to Smartish GripmunkWe ve recommended Smartish cases in the past for their artistic designs but we particularly like the Gripmunk series for the latest iPhones They re a bit rougher around the edges than Spigen s cases literally Gripmunk covers have textured edges that make them easier to grip and less likely to slip out of your hands while the backs of the cases show off cute patterns and designs like floral arrays cosmic scenes and more There are a few solid color options too if you want to go the True Basic route no shame and these cases have MagSafe compatibility as well If you re a minimalist and don t like to carry a lot on your person you could ditch your billfold and spring for Smartish s Wallet Slayer that has similarly textured edges along with a sleeve on the back that can hold up to three credit cards and a few notes of cash Case Mate BloxIf you re looking for a bold eye catching case that has tons of personality Case Mate has a ton of great options to consider Its iPhone series has glittery cases floral print covers and everything in between but the one that stuck out most to me is the Blox line These cases have squared off corners that give your iPhone a modern blocky look Combine that with their bright neon colors and you ll likely never have to ask your friends where your phone is again you won t miss it I also appreciate that the Blox cases are fingerprint resistant provide protection against foot drops and have built in magnetics for MagSafe accessory compatibility Incipio OrganicoreYou have many more options today than you did previously if you want an environmentally friendly phone case Incipio s Organicore line is one of our favorites because its cases are percent compostable provide decent protection and the latest models are MagSafe compatible too They come in clear and opaque designs and the latter has a buttery texture that makes the case feel more luxurious than you d think Organicore cases will protect your iPhone from drops up to eight feet and their raised edges will be the first line of defense your phone has against accidental dings and bumps MagSafe accessories work fine but we did find that the opaque case wasn t the grippiest out of the ones we tested Best to stick to flat wireless chargers like Apple s rather than vertical magnetic stands where gravity can take over Cyrill Kajuk MagCyrill makes a number of elegant cases and the new Kajuk Mag is no exception It s one of the thinnest and lightest cases we tried but it does have four layers of protection a soft microfiber lining a sturdy PC back TPU bumpers and a vegan leather exterior Since the company doesn t boast a certain level of drop protection this is a good option for those that care more about aesthetics but also want a simple protective layer standing between their iPhone and hard concrete As the name suggests you can use the Kajuk Mag with MagSafe accessories and it even has an accessory hole built in for those that want to attach charms straps and other things Peak Design Everyday CasePeak Design s Everyday Case not only looks attractive but it turns your phone into a bunch of different things when you pair it with any of the accessories in the company s mobile ecosystem We like its protective rubberized bumper and nylon shell and its SlimLink connector sits in the middle of the case s back waiting for whichever accessory you need that day The company s mobile tripod is one of our favorites for taking better photos with your phone but also propping it up any which way you need Commuters can opt for the dashboard mount to keep their phone within reach while driving or the bike mount when you need to follow directions on its screen If you use your phone for everything and want a case that can support all of those different activities this one is a good option Pelican Shield KevlarMaybe you work outdoors go camping frequently or are simply a bit clumsier than most Some of the best protection you can get for your iPhone comes from Pelican s Shield Kevlar case series They re admittedly bulky but that s how they safeguard your phone from up to foot drops The mm raised bumper provides shock absorbing safety for the rear camera array as well as the handset as a whole plus the secure edges and dustproof cover keep all unwanted debris out Plus these cases are MagSafe compatible so you don t have to sacrifice convenience when opting for as much protection as possible 2022-12-19 14:15:35
海外TECH Engadget OnePlus 11 5G and Buds Pro 2 event set for February 7th https://www.engadget.com/oneplus-11-5g-buds-pro-2-reveal-event-date-140054267.html?src=rss OnePlus G and Buds Pro event set for February thOnePlus has revealed when it will formally show off its flagship products for The Cloud event will take place in New Delhi India on February th The company will showcase the OnePlus G OnePlus Buds Pro and more Along with revealing the event date OnePlus said it would bring a couple of fan favorite features back for its next flagship smartphone The OnePlus will once again feature the company s Alert Slider which offers an easy way to shift between silent vibrate and alert modes You can expect Hasselblad tuning for the camera system as well Both features were available on the OnePlus Pro but neither were present on the more budget friendly T As for the OnePlus Buds Pro the company said they ll offer quot a full bodied stereo quality audio experience with crystal clarity quot OnePlus said it will have more to reveal beyond the smartphone and earbuds OnePlus which recently promised four years of major OS updates for some of its phones will be looking to make a splash with its next batch of flagship devices Although the company s original ethos was to build competitive smartphones it could sell at a lower price than market leaders it has edged further into the premium category since then The OnePlus Pro for instance cost The brand has scheduled the event during a relatively busy time of the year While CES will be over and done with a few weeks beforehand OnePlus will debut the flagship products right around the time Samsung is expected to show off the Galaxy S lineup Despite major recent changes for the brand OnePlus may once again get lost in the shuffle 2022-12-19 14:00:54
海外科学 NYT > Science Nearly Every Country Signs On to a Sweeping Deal to Protect Nature https://www.nytimes.com/2022/12/19/climate/biodiversity-cop15-montreal-30x30.html Nearly Every Country Signs On to a Sweeping Deal to Protect NatureRoughly nations aiming to halt a dangerous decline in biodiversity agreed to preserve percent of the planet s land and seas The United States is not officially a participant 2022-12-19 14:53:56
海外TECH WIRED Everrati GT40 2023 First Drive: Fast, Furious https://www.wired.com/story/first-drive-everrati-gt40/ modern 2022-12-19 14:30:00
金融 RSS FILE - 日本証券業協会 インターネット取引に関する調査結果について https://www.jsda.or.jp/shiryoshitsu/toukei/interan.html 調査結果 2022-12-19 16:00:00
金融 RSS FILE - 日本証券業協会 J-IRISS https://www.jsda.or.jp/anshin/j-iriss/index.html iriss 2022-12-19 14:10:00
ニュース BBC News - Home Elon Musk: Twitter users vote in favour of boss resigning https://www.bbc.co.uk/news/business-your-money-64021412?at_medium=RSS&at_campaign=KARANGA chief 2022-12-19 14:49:29
ニュース BBC News - Home Ambulance strike: Make firm promise on pay, says union boss https://www.bbc.co.uk/news/uk-64023113?at_medium=RSS&at_campaign=KARANGA health 2022-12-19 14:10:11
ニュース BBC News - Home Ukraine war: Overnight strikes hit Kyiv as Putin visits Belarus https://www.bbc.co.uk/news/world-europe-64024992?at_medium=RSS&at_campaign=KARANGA attack 2022-12-19 14:13:49
ニュース BBC News - Home Alexis Mac Allister: Brighton hope to keep Argentina midfielder for as long as possible https://www.bbc.co.uk/sport/football/64024704?at_medium=RSS&at_campaign=KARANGA Alexis Mac Allister Brighton hope to keep Argentina midfielder for as long as possibleBrighton hope it won t be a problem for a couple of years when it comes to keeping hold of Alexis Mac Allister says chief executive Paul Barber 2022-12-19 14:02:50
北海道 北海道新聞 添乗員判断で男児送らせる 旅行バス乗せ忘れ、福井 https://www.hokkaido-np.co.jp/article/777654/ 修学旅行 2022-12-19 23:41:00
北海道 北海道新聞 中国爆撃機2機が沖縄通過 空自、スクランブル対応 https://www.hokkaido-np.co.jp/article/777629/ 同日午後 2022-12-19 23:18:53
北海道 北海道新聞 NY円、136円台半ば https://www.hokkaido-np.co.jp/article/777653/ 外国為替市場 2022-12-19 23:30:00
北海道 北海道新聞 道内外が注目 2022年オホーツク重大ニュース https://www.hokkaido-np.co.jp/article/777644/ 知床半島 2022-12-19 23:24:21
北海道 北海道新聞 北海道各地で大雪、JR133本運休 岩見沢―旭川間は12時間不通に https://www.hokkaido-np.co.jp/article/777620/ 上川管内 2022-12-19 23:16:55
北海道 北海道新聞 拘束具との因果関係なしか 勾留男性死亡で大阪府警 https://www.hokkaido-np.co.jp/article/777647/ 因果関係 2022-12-19 23:13:00
仮想通貨 BITPRESS(ビットプレス) [Bloomberg] バイナンス米国部門、ボイジャー・デジタルの資産買収へ-10.22億ドル https://bitpress.jp/count2/3_9_13498 bloomberg 2022-12-19 23:53:33
仮想通貨 BITPRESS(ビットプレス) [FT] バイナンスから資金流出止まらず 準備金証明停止で https://bitpress.jp/count2/3_9_13497 資金 2022-12-19 23:50:42
AWS AWS Architecture Blog A modern approach to implementing the serverless Customer Data Platform https://aws.amazon.com/blogs/architecture/a-modern-approach-to-implementing-the-serverless-customer-data-platform-cdp/ A modern approach to implementing the serverless Customer Data PlatformWhen building a Customer Data Platform CDP advertising and marketing Independent Software Vendors ISVs face a unique set of challenges The ISV can help organizations with the heavy lifting required to build secure and maintain near real time high volume CDPs However architecting CDPs using traditional on premises technologies can introduce multiple complexities and can limit deployment … 2022-12-19 15:27:34
python Pythonタグが付けられた新着投稿 - Qiita Hawkes点過程のパラメータの最尤推定をPythonで実装する https://qiita.com/dai08srhg/items/b57a0f8e112467e662be hawkes 2022-12-20 00:57:43
python Pythonタグが付けられた新着投稿 - Qiita cv2 Select Multiple ROIsの自作 https://qiita.com/youichi_io/items/2424e5c79af54ccb119a cvselectmultiplerois 2022-12-20 00:56:30
python Pythonタグが付けられた新着投稿 - Qiita AWSでdiscordbotを動かして勤務時間マネジメントさせてみた https://qiita.com/muraguchiReiya/items/440d0610c818770b9fed discordbot 2022-12-20 00:20:08
python Pythonタグが付けられた新着投稿 - Qiita 顔のパーツ検出を利用し、顔写真をちいかわにする https://qiita.com/irimo/items/a93d966018b0455dcce4 irimo 2022-12-20 00:06:11
js JavaScriptタグが付けられた新着投稿 - Qiita ReactNativeでゴルフスコアカウンタアプリ作ってみた(前編) https://qiita.com/NaokiOwada/items/9bccd6fa08eaa7d1ecbe reactna 2022-12-20 00:18:03
Ruby Rubyタグが付けられた新着投稿 - Qiita RubyKaigi 2022 セッション紹介「Method-based JIT compilation by transpiling to Julia」 https://qiita.com/Alt70155/items/218e2c8601bddc477fe1 justin 2022-12-20 00:11:40
AWS AWSタグが付けられた新着投稿 - Qiita AWS Certified Solutions Architect - Associate(SAA-C03)に合格しました https://qiita.com/flyaway/items/6d7e745e6cebb76f7f5a solutionsarchitect 2022-12-20 00:24:07
AWS AWSタグが付けられた新着投稿 - Qiita Amazon WorkSpaces と Azure Virtual Desktop 比較 ~Azure Virtual Desktop事前準備編~ https://qiita.com/hidekko/items/cdfb0c4f9d6e2c776c53 amazonworksp 2022-12-20 00:22:38
AWS AWSタグが付けられた新着投稿 - Qiita AWSでdiscordbotを動かして勤務時間マネジメントさせてみた https://qiita.com/muraguchiReiya/items/440d0610c818770b9fed discordbot 2022-12-20 00:20:08
AWS AWSタグが付けられた新着投稿 - Qiita 俺のゲームに、イベント駆動アーキテクチャが向いていないはずがない。 https://qiita.com/_kensh/items/340611fa48ff8d8e7d53 kensh 2022-12-20 00:12:09
Azure Azureタグが付けられた新着投稿 - Qiita Azure Monitorについて https://qiita.com/ss12345/items/8a185afb5ac30c65ab86 azuremonitor 2022-12-20 00:41:04
Azure Azureタグが付けられた新着投稿 - Qiita Amazon WorkSpaces と Azure Virtual Desktop 比較 ~Azure Virtual Desktop事前準備編~ https://qiita.com/hidekko/items/cdfb0c4f9d6e2c776c53 amazonworksp 2022-12-20 00:22:38
Git Gitタグが付けられた新着投稿 - Qiita Gitlabの利用登録をしてみた https://qiita.com/orangecocoa-dev/items/3bc9068eebcf9df7daa7 gitlab 2022-12-20 00:26:08
技術ブログ Developers.IO Alteryx Serverからのメール通知とシステムメッセージ – Alteryx Serverアドベントカレンダー2022 https://dev.classmethod.jp/articles/alteryxserver-adventcalendar-20221220/ developersioalteryx 2022-12-19 15:45:18
技術ブログ Developers.IO 複数行の文字列データを指定したカラムの値ごとに1行に集約できるLISTAGG関数を試してみた #SnowflakeDB https://dev.classmethod.jp/articles/snowflake-listagg/ adventcalendar 2022-12-19 15:30:29
技術ブログ Developers.IO BigQuery のデフォルトタイムゾーンを JST に変更してみた。 https://dev.classmethod.jp/articles/bigquery-default-timezone-change-to-jst/ bigquery 2022-12-19 15:30:18
海外TECH MakeUseOf How to Use Home Assistant with Google Home Voice Commands https://www.makeuseof.com/home-assistant-use-with-google-home-voice-assistant/ commands 2022-12-19 15:30:15
海外TECH DEV Community The world’s best B2B ecommerce UX: Grainger (2/5) https://dev.to/medusajs/the-worlds-best-b2b-ecommerce-ux-grainger-25-319o The world s best BB ecommerce UX Grainger I am a UX specialist experienced in both developing and texting great UX experiences For this article series I ve spent time digging into some of the best ecommerce sites for BB and zoomed in on what makes them stand out on their UX I will go through and dissect the best pages I ve found one by one Hopefully this gives you some inspiration to take into your ecommerce site Series overviewThe world s best BB ecommerce UX  McMaster Carr More to come this week Medusa s UX and BB FocusMedusa provides bespoke commerce infrastructure through its composable commerce platform Its extendible and open setup makes it well suited to support cases that require setup flexibility and is easy to customize Medusa s headless architecture makes it possible to build bespoke storefronts that can be optimized to provide a great UX leading to customer conversion This is needed in a BB setting where most stores are not set up well to cater to the particular needs of a BB customer If you d like to know more about our product and how we serve BB users feel free to visit our BB page GraingerGrainger is an industrial supplier that offers a large selection of private label and brand name products from some of the world s top manufacturers With Grainger customers can place bulk orders quickly and seamlessly The main focus is on all inclusive categorization Customers can easily filter categories to narrow down their options This article explores some of Grainger s powerful UX such as Well organized categories assist your customers in finding exactly what they need from the first scan BB focused Shopping Experience understand your customers and implement the necessary features that convert visitors to customers Powerful search experience provide the customer with different options that lead to the results they re looking for Well Organized CategoriesGood categorization helps customers find what they need quickly When a customer is looking for a specific product they ll try to find the category that this product could fit into Ensuring that your BB ecommerce website s categories are clearly outlined and showcase enough information about their underlying products will help your customers find what they require easily Grainger does a good job at this by doing the following On the homepage popular categories are shown in a grid layout Each category has a name and a large icon that gives an idea of what products are available in the category This makes it easier for customers to scan and find the category they re looking for All available categories can also be browsed on a dedicated Product Categories page Customers can use this page in case they don t find what they require among the categories on the homepage Every category level has a detailed description This helps the customer understand more about what the category is and what they can find in it Categories can also be browsed directly from the mega menu in the navigation bar They are sorted in alphabetical order making it easy to scan and find something specific BB focused Shopping ExperienceBB ecommerce websites should streamline the shopping and checkout experience to ensure their visitors are converted to customers and one time customers to returning customers This can be done by carefully planning and designing the shopping experience based on your customers Provide the features that would increase the possibility of your customer placing an order Grainger offers some good features that show an understanding of their BB customers including The Add To Cart button in the Recently Viewed Products section on the homepage is noticeable and attention grabbing to the primary action you want the customer to take Recently viewed products are shown on the homepage Each of these products has an Add to Cart button This can help customers look back to what they were interested in and consider it for purchase Bulk order is a superpower for BB ecommerce websites Customers can enter the SKU of the product and its quantity and it ll be directly added to the cart Grainger provides this feature directly in the navigation bar This facilitates the shopping experience of returning customers and encourages them to make more purchases Customers can quickly access a summary of a product s details from the product s listing page They can also directly add the product to the cart from that same page Powerful Search ExperienceAs BB websites generally offer a large set of products with different details and attributes it s important to provide a search experience that allows the customer to find the products they re looking for Making your search experience powerful is more than just showing the correct results for a search query It s providing options to narrow down the results suggestions for better results and more Grainger provides their customers with the following features to enhance their search experience The search bar placeholder informs the customer what keywords or attributes they can search products by such as model or part number This clarifies to the customer what they can look for with the search bar As the customer enters their query they see real time keyword suggestions recommended products and search results for products product categories and brands Each of these helps the customer narrow down the available results to what they need Customers can quickly add the items from the search result to the cart They can input the quantity and click the Add to Cart button This is especially helpful for customers that already know what specific item they want Save customer search history which personalizes the search experience and makes the customer reach quickly to products that usually purchase The customer s search history is saved and shown when the customer clicks the search bar If the customer has previously conducted a search and wants to look through the results again this helps them find the results again easily Build your BB Store with MedusaWith Medusa the open source BB platform build your ecommerce store to include all these features and more Use Sales Channels Customer Groups Price Lists and other features to build your BB ecommerce store Learn more here and follow this tutorial to start building your BB store Want More UX Tips This series covers other top BB websites that provide good UX Check other parts out to get more tips The world s best BB ecommerce UX  McMaster Carr More to come this week 2022-12-19 15:41:45
海外TECH DEV Community Metaprogramming with Ruby https://dev.to/daviducolo/metaprogramming-with-ruby-93c Metaprogramming with RubyRuby is an object oriented programming language known for its simplicity flexibility and power One of the features that sets Ruby apart is its support for metaprogramming which allows programmers to write code that can modify or generate other code at runtime Metaprogramming can be used to achieve a wide range of goals from creating domain specific languages to implementing design patterns to simplifying repetitive tasks In this article we ll explore the basics of metaprogramming in Ruby and see how it can be used to write concise expressive code Defining Methods Dynamicallyclass Example def self define component name define method name do puts This is the name component end end define component foo define component barendExample new foo gt This is the foo component Example new bar gt This is the bar component In this example we ve defined a class called Example with a class method called define component This method takes a symbol representing the name of the component and defines a new instance method with that name We can then create new instances of Example and call the dynamically defined methods which will output a message indicating the name of the component This technique can be useful for building flexible systems where the set of available components is not known in advance Evaluating Code at RuntimeAnother way to modify a program s behavior at runtime is to use the eval method which takes a string containing Ruby code and executes it in the current context For example x eval puts x gt eval x puts x gt The eval method can be used to dynamically define methods or classes create variables and perform other tasks that would normally be static However it s important to use eval with caution as it can have security implications if used improperly Method MissingRuby provides a hook called method missing that is called whenever an undefined method is called on an object You can use this hook to implement custom behavior for undefined methods such as looking up a value in a database or calling a remote API For example class Example def method missing name args puts Called name with arguments args inspect endendExample new foo gt Called foo with arguments In this example we ve defined a class called Example with a method missing method that takes the name of the undefined method and an array of arguments When we call the foo method on an instance of Example method missing is called and prints a message to the console Singleton MethodsRuby allows you to define methods on a specific object rather than on a class using the define singleton method method These methods are called singleton methods and they are only available on the object on which they are defined obj Object newdef obj hello puts Hello from self endobj hello gt Hello from obj In this example we ve defined a singleton method called hello on the obj object This method is only available on obj and cannot be called on other instances of Object Singleton methods can be useful for adding behavior to specific objects without modifying their class or creating a new subclass Advanced use of metaprogramming DSL One advanced use of metaprogramming in Ruby is the creation of domain specific languages DSLs Domain specific languages DSLs are languages that are specialized for a particular domain or problem They are designed to make it easier for people working in that domain to express themselves and solve problems One way to create a DSL in Ruby is through the use of metaprogramming Metaprogramming allows you to define methods and classes at runtime rather than writing them out explicitly in your code This can make it easier to create flexible and expressive DSLs Here is an example of using metaprogramming to create a simple DSL for defining tasks in a project management application class Task attr accessor name description dependencies duration def initialize name amp block name name description dependencies duration instance eval amp block if block given endend Create a method for setting the descriptionclass Task def description text description text endend Create a method for adding dependenciesclass Task def depends on tasks dependencies concat tasks endend Create a method for setting the durationclass Task def duration days duration days endend Now we can use our DSL to define tasks like this task Task new Task do description This is the first task depends on task task duration endtask Task new Task do description This is the second task depends on task duration endtask Task new Task do description This is the third task duration endWith this DSL we can create tasks by calling the Task new method and passing in a block of code that specifies the task s name description dependencies and duration This makes it easy to define complex tasks in a clear and concise way without having to write out the details of each task in a long and repetitive manner Here is an example of how you could write some tests for the DSL code that I provided above require test unit class TaskTest lt Test Unit TestCase def test task creation task Task new Task do description This is the first task depends on task task duration end assert equal Task task name assert equal This is the first task task description assert equal task task task dependencies assert equal task duration endendThis test creates a new task using the DSL and verifies that the task has the correct name description dependencies and duration You could also write additional tests to verify that the DSL methods for setting the description dependencies and duration are working correctly For example def test description task Task new Task task description This is a task assert equal This is a task task descriptionenddef test dependencies task Task new Task task depends on task task assert equal task task task dependenciesenddef test duration task Task new Task task duration assert equal task durationendThese tests verify that the description depends on and duration methods are working correctly and setting the appropriate values on the Task object ConclusionMetaprogramming is a powerful feature of Ruby that allows you to modify and generate code at runtime With the techniques described in this article you can define methods dynamically evaluate code at runtime intercept undefined method calls and define singleton methods Metaprogramming can make your code more concise and expressive but it can also make it more difficult to understand and maintain As with any powerful tool it s important to use metaprogramming judiciously and only when it adds real value to your codebase 2022-12-19 15:37:58
海外TECH DEV Community Salesforce Functions with Heroku Postgres https://dev.to/salesforcedevs/salesforce-functions-with-heroku-postgres-4dm Salesforce Functions with Heroku Postgres Salesforce Functions and Heroku Data Series Part One of ThreeThis article is the first of a three part series on utilizing Heroku Managed Data products from within a Salesforce Function In this article we will focus on use cases for Heroku Postgres In parts two and three we ll discuss creating Salesforce Functions that use Heroku Data for Redis and Apache Kafka on Heroku Introduction to Core Concepts What is a Salesforce Function A Salesforce Function is a custom piece of code used to extend your Salesforce apps or processes The custom code can leverage the language and libraries you choose while running in the secure environment of your Salesforce instance For example you could leverage a JavaScript library to update your Heroku Postgres Database based on a triggered process within Salesforce If you are new to Salesforce Functions in general “Get to Know Salesforce Functions is a good place to learn more about what a Salesforce Function is and how it works What is Heroku Postgres Heroku Postgres is a Postgres database that Heroku manages for you That means that Heroku takes care of things like security backups and maintenance All you have to do is use it The best place to learn the details of Heroku Postgres is in the Heroku Devcenter documentation Examples of Salesforce Function Heroku PostgresNow that we know more about Functions and Heroku Postgres what can we do with them together There are several ways to think of Functions but one of the most useful is to think about them as aiding integration or extension of your Org s For example when something happens in Salesforce do some other task At a high level you would want to use Heroku Postgres with your Salesforce Function if you Need to access a relational database as part of your function s operationNeed to integrate with a Heroku Postgres instance that is part of another systemNeed to offload a “heavy task from your Salesforce Org and store relational data to achieve itThe above patterns are not the only ones but they are perhaps the most common The use cases below are examples of these patterns in action Use Case De dupe account records for multiple Salesforce OrgsA common problem in a growing company is having multiple Salesforce Orgs with customers duplicated across them Sometimes this occurs because the company has acquired another company and both companies share the customer In other cases the company just had different business lines and the customer was part of both In reality if we know two customers are really the same customer then we want to treat them as one customer It often takes a long time if ever to merge this Org data so what do we do One approach is to sync account information from both Orgs via Heroku Connect into Heroku Postgres and trigger a Salesforce Function that can look for duplicates We may run this function on demand for certain activities or set it up to run after creating new accounts An example of this is whenever the system encounters “Customer s email already exists in Parent Company The following diagram illustrates this use case Use Case Update customer facing website when new inventory is addedMany companies use Salesforce as the “source of truth for critical information but they have a customer facing website on Heroku In this use case when an item such as an inventory number is updated in Salesforce a Salesforce Function is triggered to update Heroku Postgres which backs the website that displays this information for customers This pattern could be extended to do other things such as fetch additional information to store with the record in Heroku Postgres or purge the cache This can be useful when the information is needed for the website but you don t need to store it in Salesforce Use Case Generate reports for large data setsIn a large organization that uses Salesforce heavily there can be overlapping tasks by many users Often end users are unaware of their impact on the shared system Moving heavy operations or reports off the Org can allow other operations to perform better An easy way to do this is to sync the required data to Heroku Postgres via Heroku Connect and perform the operation via a Salesforce Function This opens up options for optimizing and leveraging open source tools and libraries to process the data This pattern also works well if the result needs to be written back to Salesforce An example of that would be if you needed to calculate sales territories but store the results back in the Salesforce Org Salesforce Functions are a powerful new feature in the Salesforce ecosystem Heroku Postgres is a battle tested market leader in managed Postgres Together they open up many use cases In combination with additional services offered by Heroku there are many options for getting the most out of your Salesforce data In the next section we ll briefly examine how to get started with your own use cases How do I get started There are some things you will needーsome on the Salesforce Functions side and some on the Heroku side These resources will point you in the right direction PrerequisitesAccess to Salesforce FunctionsAccess to Heroku Data servicesGetting started with Salesforce FunctionsGetting Started Accessing Heroku Postgres from a Salesforce FunctionOnce you have covered the prerequisites and you create your project you can run the following commands to create a Function with Heroku Postgres access To create the new JavaScript Function run the following command sf generate function n yourfunction l javascriptThat will give you a functions folder with a Node js application template Connecting to your databaseOf course your Salesforce function code will need to include some specific pieces to ensure a proper connection to the database The simplest approach would be to include dotenv package for specifying the database URL as an environment variable and the pg package as a Postgres client import dotenv config import pg from pg const Client pg Within your function code you ll need to connect to your Postgres database Here is an example of a connection helper function async function pgConnect const client new Client connectionString process env DATABASE URL ssl rejectUnauthorized false await client connect return client This assumes that you have a env file that specifies your DATABASE URL Query and storeIn the following example function we retrieve some data from our Salesforce Org and then we store it in Postgres export default async function event context logger Send request to Salesforce data API to retrieve data const sfid await context org dataApi query SELECT Id FROM Account WHERE Name Example Company Connect to postgres const pg await pgConnect Store data result in postgres client query INSERT INTO companies sfid VALUES sfid Close connection pg end Test your Salesforce Function locallyTo test your Function locally you first run the following command sf run function startThen you can invoke the Function with a payload from another terminal sf run function l http localhost p payloadID info For more information on running Functions locally see this guide Associating your Salesforce Function and your Heroku environmentNow that everything is working as expected let s associate the Function with a compute environment For more information about how to create a compute environment and deploy a function take a look at the documentation You can associate your Salesforce Function and Heroku environments by adding your Heroku user as a collaborator to your function s compute environment sf env compute collaborator add heroku user username example comThe environments can now share Heroku data Next you will need the name of the compute environment so that you can attach the datastore to it sf env listLastly you can attach the datastore heroku addons attach lt your heroku postgres database gt app lt your compute environment name gt Here are some additional resources that may be helpful for you as you begin implementing your Salesforce Function and accessing Heroku Postgres JavaScript Unit of Work exampleConnecting to Heroku Postgres from JavaScriptNow you re off to the races ConclusionSalesforce Functions open up many possibilities for working within your Salesforce app to access and manipulate Heroku data In this first part of our series we ve touched on using Salesforce Functions to work with Heroku Postgres In our next part of the series we ll integrate Salesforce Functions with Heroku Data for Redis Then in our final post for this series we ll integrate with Apache Kafka on Heroku Stay tuned 2022-12-19 15:16:06
海外TECH DEV Community What are your goals for the week of December 19? https://dev.to/jarvisscript/what-are-your-goals-for-the-week-of-december-19-7ac What are your goals for the week of December What are your goals for this week I m trying to decide if I want to run these posts during the break I may just post the questions next week I ll still make some CSS art What are you building What will be a good result by week s end Did you meet your goals last week Advent of Code and other code challenges are going on Are you participating in any of the code challenges Last week for most of those Read my list of challenges Last Week s GoalsLast Friday was the front end horse Snowtacular half a day of live streaming front end sessions I watched that instead of work on my sweater project Continue Job search Did some applications but mostly networked on LinkedIN CSS ugly sweater art Working on one Write blog posts I edited the CSS RD post And some non tech stuff But not a full post like I usually do Support VC members with our Monthly Challenge Did not check in as much as I wanted to Solve advent of CSS and Advent of JS challenges I solved the CSS section of the rock paper scissors challenge Then used the video tutorial to do the JavaScript section adventofcssThis Week s GoalsContinue Job search CSS ugly sweater art Write blog posts Support VC members with our Monthly Challenge Solve advent of CSS and Advent of JS challenges Finish Christmas shopping Wrap stuff JarvisScript git push 2022-12-19 15:08:00
Apple AppleInsider - Frontpage News Advanced Data Protection will complicate new device setup this Christmas https://appleinsider.com/inside/ios-16/tips/advanced-data-protection-will-complicate-new-device-setup-this-christmas?utm_medium=rss Advanced Data Protection will complicate new device setup this ChristmasUsers who have already enabled Advanced Data Protection will have a more complicated device setup process than normal this holiday season especially for new HomePod and Apple Watch owners Here s why Advanced Data Protection launched with iOS End to end encryption across iCloud backups photos iMessage and several more categories is an obvious benefit of Advanced Data Protection This increased level of privacy and security will drive tech savvy users to enable the feature ASAP but it does come with some inconveniences Read more 2022-12-19 15:51:50
Apple AppleInsider - Frontpage News Daily Deals Dec. 19: Roomba robot vacuum 38% off, Skullcandy earbuds 75% off & more https://appleinsider.com/articles/22/12/19/daily-deals-dec-19-roomba-robot-vacuum-38-off-skullcandy-earbuds-75-off-more?utm_medium=rss Daily Deals Dec Roomba robot vacuum off Skullcandy earbuds off amp moreMonday s top deals include a price cut on Lenovo IdeaPad Flex laptop savings on the Shark Ion Wi Fi Connected Robot Vacuum Samsung Galaxy S at off retail and more Get off a Roomba Robot VacEvery day the AppleInsider team looks at online retailers to discover discounts and deals on the best tech products including deals on Apple devices HomeKit compatible gear TVs and accessories We deliver the top finds in our Daily Deals list to help you save money Read more 2022-12-19 15:25:04
Apple AppleInsider - Frontpage News Apple TV+ offers first look 'Liaison' ahead of Feb. 24 premiere https://appleinsider.com/articles/22/12/19/apple-tv-offers-first-look-liaison-ahead-of-feb-24-premiere?utm_medium=rss Apple TV offers first look x Liaison x ahead of Feb premiereApple offered a first look of its Apple TV thriller Liaison a French English language series that will debut on February Liaison Apple TV Monday s first look at the show offers an official image of stars Vincent Cassel and Eva Green It is the same image as the one that spread after filming of Liaison began in June but one that has undergone the full post production process Read more 2022-12-19 15:10:56
Apple AppleInsider - Frontpage News Apple has a key advantage over Meta in augmented reality https://appleinsider.com/articles/22/12/19/apple-has-a-key-advantage-over-meta-in-augmented-reality?utm_medium=rss Apple has a key advantage over Meta in augmented realityAs Apple prepares to release a mixed reality device Meta s lead in the virtual reality market will collapse quickly unless it can build an ecosystem Ray Ban Stories from MetaIn Meta partnered with Ray Ban to release a set of smart glasses called Ray Ban Stories They can capture photos playback audio take phone calls and perform other basic tasks Read more 2022-12-19 15:06:35
Apple AppleInsider - Frontpage News Epic Games pays $520M to settle child privacy violations https://appleinsider.com/articles/22/12/19/epic-games-pays-520m-to-settle-child-privacy-violations?utm_medium=rss Epic Games pays M to settle child privacy violationsEpic Games will be paying a record setting million to settle a pair of FTC allegations concerning child privacy violations and tricking players of Fortnite into making purchases Epic Games marketing for its App Store lawsuitThe total of million in settlements will put to an end two civil complaints from the Federal Trade Commission The complaints centered around the privacy of younger Fortnite players as well as how Epic gets users to pay for in game goods Read more 2022-12-19 15:53:37
Apple AppleInsider - Frontpage News Pro Display XDR update with Apple Silicon one of many in-development monitors https://appleinsider.com/articles/22/12/18/pro-display-xdr-update-with-apple-silicon-one-of-many-in-development-monitors?utm_medium=rss Pro Display XDR update with Apple Silicon one of many in development monitorsApple s next monitor releases will include an update to the Pro Display XDR with multiple screens allegedly in development that will use Apple Silicon to improve performance Apple s Pro Display XDRWhen Apple introduced the Studio Display it included an A chip to handle features such as Center Stage and Spatial Audio processing For Apple s follow up monitor launches it will employ the same principle Read more 2022-12-19 15:45:13
Apple AppleInsider - Frontpage News Apple scales back plans for 'Extreme' Apple Silicon Mac Pro https://appleinsider.com/articles/22/12/18/apple-scales-back-plans-for-extreme-apple-silicon-mac-pro?utm_medium=rss Apple scales back plans for x Extreme x Apple Silicon Mac ProApple s introduction of an Apple Silicon Mac Pro won t include an Extreme variant of the M chip with the top end Mac said to feature an M Ultra instead An Apple Silicon Mac Pro could be smaller than the last Intel based model The Mac Pro is the last model in the entire Mac range to not be offered with an Apple Silicon chip While rumors and speculation has Apple working on one for launch sometime in it may not be as powerful as once thought Read more 2022-12-19 15:44:49
海外TECH Engadget What we bought: Our favorite gadgets of 2022 https://www.engadget.com/what-we-bought-our-favorite-gadgets-of-2022-irl-153051451.html?src=rss What we bought Our favorite gadgets of While plenty of gadgets cross our desks we at Engadget also end up buying a lot of things for ourselves throughout the year In some of us upgraded our TVs while others invested in new cookware and deskaccessories that upped our productivity But there are plenty of things we ve been loving recently that haven t made it onto the site Here our staffers look back on the year that was by gushing about their favorite items they bought this year Nest Hub MaxSam Rutherford EngadgetI got a Nest Hub Max last year for Christmas and over the past months it s probably brought me more joy than any other gadget By setting Google Photos to automatically upload pictures of my son to an album linked to the Nest Hub every day I m treated to a slideshow of all the fun times we ve had When people say kids grow up fast they re totally right But as a photo viewer with voice controls the Nest Hub max lets me relive those memories while being also an important part of my smart home control center Sam Rutherford Senior Reporter inch LG B OLED smart TVValentina Palladino EngadgetIn prioritizing big purchases for our new home I knew I wanted to get a better TV and soon Not only did we need a new one quickly for our living room while my fiance used our old one in the basement he d claimed as his man cave but I also wanted to see if I could get a good deal during Amazon s October Prime Day event I ultimately decided to splurge on the inch LG B OLED smart TV when it dipped under during that period To say the difference from our old LED TV was instantly noticeable is not hyperbole as soon as we set the thing up we were stunned by the quality Blacks are deep and colors are much more vibrant than on any TV we ve had before We ve watched a lot of things on it so far from live sports to documentaries to sitcoms and everything looks much sharper and more colorful than we re used to We re also pleasantly surprised by LG s webOS This is the first TV we ve used with it and it was super easy to get accustomed to We like how you can customize your homescreen and navigate either with the arrow keys on the remote or the convenient little cursor that flies around the TV screen We now refer to it as the “good TV in the house with my fiancéopting to watch his weekly sports games on the B rather than in his basement sanctuary ーValentina Palladino Senior Commerce EditorChase Bliss Gen Loss vChase BlissI have made no bones about my love of all things lo fi and broken What can I say I like warbles In my quest to make every instrument I own sound like it s coming out of an old tape player I ve tried a number of things but in June I pre ordered the Generation Loss MKII and I think my search is now complete The Generation Loss is one of the most popular lo fi pedals ever made and last year its creator Tom Majeski of Cooper FX joined the relentless experimenters at Chase Bliss One of the first orders of business was updating his classic pedal It s pitched as a “VHS duplicator but that is greatly underselling things While the original Gen Loss was just sort of a generalized tape simulator the MKII version digs into the highly specific sonic characteristics of a variety of tape based devices The company pulled apart and analyzed VHS players Tascam Portastudios and dictaphones in an effort to find out what makes them unique It covers everything from the subtle frequency drop off of old ¼ inch tape running through a reel to reel machine all the way to the crushed hum that results when you make a copy of a copy of a VHS cassette And if you re not into the newer version that faithfully recreates particular tape formats you can always throw one of Chase Bliss patented dip switches to turn on classic mode ーTerrence O Brien Managing EditorApple MagSafe Duo chargerMat Smith EngadgetI ll admit it My favorite gadget of the year is well something I bought last year In spring I picked up Apple s MagSafe Duo charger which can charge both your iPhone and Apple Watch at the same time all in a fold up compact form factor While I could and have used it at home to charge my Apple devices overnight I picked it up as a compact charging kit for when I traveled As we all know was not the year for roaming the globe But as travel restrictions were lifted this year I finally got to see if the pricey charger was worth the investment Yes was a lot for a dual charger but it fulfilled the brief of using just a single cable and being so much more compact than most rival Apple Watch standup chargers It unfurls like a makeup compact meaning it can slip into anyone s luggage with ease Yes I could take the Apple Watch cable but in recent years these cables have USB C not USB A sockets Unfortunately a lot of hotels and charging plugs still don t have those and if I m visiting a different country there are only so many things I can charge at once with a travel adapter After unfolding the two sides the magnetic puck for Watch charging can also be folded out at degrees attaching to the wearable and allowing me to see the time when it s set up The small footprint means it fits on most nightstands and bedside tables at hotels guest rooms and even window ledges If space is at a premium you can fold it around to charge a single device whether that s the watch or your iPhone The MagSafe charger spot can also wirelessly recharge my AirPods if I ensure they re in the correct position It s not perfect I m increasingly frustrated at the sluggish charging speed when wirelessly charging my iPhone even if this isn t a problem when charging overnight Hopefully Apple will bring out another model that s hopefully cheaper and faster to charge When Apple eventually ditches Lightning it ll need to make a new one anyway Mat Smith UK Bureau ChiefBissell SpotClean Pet ProBissellOur new house has carpet on the second floor and while it s in pretty good shape there were some stains we wanted to remove if possible before moving in We also have a cat who occasionally eats too fast and well I probably don t have to tell you the rest Investing in a spot cleaner seemed like a no brainer and I m glad I went with Bissell s SpotClean Pet Pro It s fairly light at pounds and not very big so I can tote it around by its carrying handle to any place in my home All you have to do is fill the solution tank with the proper ratio of cleaning liquid and water plug the machine in turn it on and use the included handle to scrub away stains I first used it on some of the carpet s existing mystery marks and they easily came out after a few minutes of elbow greased scrubbing The SpotClean s handle has a button that lets you control the amount of solution it sprays out and while it s running it s constantly sucking up excess water filling up a separate tank with the dirty bits The hardest part of using it is the scrubbing you have to do and how much weight you want to put into it is totally up to you I found most light stains came out quickly and without too much effort on my part but I did spend more time on tougher spots I also love that I can use this to deep clean upholstered furniture like our old couch which is in desperate need of a refresh This spot cleaner certainly isn t the sexiest purchase I ve made for our new home but it s one that will keep it looking fresh and clean for longer ーV P Tushy Classic Bidet TushyEveryone likes a clean butthole I don t think that s a controversial thing to say But while toilet paper does a decent enough job sometimes it just doesn t get the area clean enough Which means you end up using more TP potentially clogging the toilet in the process and you still might not feel like it s completely clean That s why I recently purchased the Tushy Classic an affordable bidet that can fit with my existing toilet I ve long wanted one of those fancy Japanese bidet toilets But not only are they expensive they require remodeling my bathroom with an additional outlet which I simply can t justify at the moment The Tushy Classic on the other hand is only or so and it gets the job done at a fraction of the cost Installing it is easy All we did was attach it to our existing plumbing and we were done in about minutes It doesn t use any electricity either Turning the knob adjusts the water pressure while moving the toggle adjusts the angle of the spray nozzle We ve been using it for a few months now and we really do love it We almost look forward to going number two which is a strange thing to say As a woman with monthly menstruation I really appreciate that it helps get me much cleaner than with toilet paper alone I think we end up using less TP as a result too I d probably want to upgrade to a fancier bidet in the future but for now the Tushy Classic more than does the job ーNicole Lee Commerce WriterBlueland hand soapBluelandBefore we moved into our new home we had nearly exhausted the available storage in our apartment Our tiny bathrooms had little to no space to store extra hand soap bath wash and other necessities so I resorted to stuffing our linen closet to the brim so much so that I had to lean on the door to get it to close properly So I turned to Blueland which makes hand soap cleaning supplies and the like that come in small tablets inside compostable pouches and most of their formulas are plant based vegan and more environmentally friendly than cleaners you ll find in big box stores All you do is drop the formula tablet into a container of water shake it up and let it sit for a while until the whole tablet dissolves and then you can use the product I was immediately impressed with the foaming hand soap for a few reasons First a couple of packets took up significantly less space than even a refill jug of the soap I was previously buying plus I liked the fact that I was purchasing one less plastic bottle by switching Second the soap actually worked as advertised I had tried a couple of eco conscious hand and dish soaps before this and most of them had left me disappointed because I felt like they didn t clean as well as standard solutions But Blueland s hand soap foamed up nicely and actually left my hands feeling clean after every wash with no weird residue left behind I started off using the tablets in a mason jar outfitted with a foaming pump lid but I ve since graduated to Blueland s own glass hand soap bottles which are hefty and luxe Ultimately Blueland solved a few problems for me I don t have to waste as much space storing hand soap refills I don t have to create as much waste since I m not buying those single use plastic bottles anymore and I don t even have to remember to buy hand soap when I go shopping because I get refills sent to my door every few months ーV P Fujifilm XF mm F Terrence O Brien EngadgetEarlier this year when I started dabbling in photography as a hobby I decided the best way for me to start honing my skills was to have my Fujifilm X T with me at all times The only issue was that even the relatively light XF mm f bought was a little too bulky to go everywhere I ended up snagging one of Fuji s mm pancake lenses used a few months back and it s barely left my camera since More importantly my camera has barely left my side since With this lens the X T comfortably fits in my Peak Design Field Pouch along with a cleaning cloth and brush a notebook and pen plus my keys It s so easy to just grab everything no matter where it is that I m going To my parents for a birthday dinner Sure Grocery shopping Why not Just around the block to walk my dog Seems silly not to Obviously the big feature here is size but it s not like you re making a lot of tradeoffs to get there either Images taken with the mm are insanely sharp Even wide open at F the corners are crisp and contrasty Would a larger aperture have been nice Sure But this is plenty for street photography and family snapshots My version doesn t have an aperture ring sadly but the newer model does Honestly my one real complaint is that the minimum focus distance is about inches and I often find myself wanting to get closer to my subject Still this is probably the best investment I ve made in my budding love of photography ーT O Anyday Everyday cookware setNader Khouri AnydayAfter a traumatic incident where I accidentally set a small fire in a hotel room during a work trip to Barcelona I ve always been extra careful about leaving metal in a microwave So when my friend gifted me a set of Anyday bowls telling me it was safe to place their metal lids in my microwave and cook whole meals with them I was blown away The premise of these glass bowls is that they re designed to cook food in your microwave The bowls themselves are made from thicker thermal shock resistant frosted glass so they ll better withstand temperature fluctuations without cracking The lids keep steam in the dish to cook your food and have vents to let out the excess A silicone rim expands to accommodate extra pressure and the stainless steel in the lids is curved in a way that Anyday says makes it microwave safe As someone who mostly prizes convenience when it comes to cooking I m enamored with my Anyday bowls I love steaming eggs and fish filets but I can also cook rice vegetables pasta and make nut butters cakes and pretty much anything in the microwave with this system Of course anything requiring a sear deep fry or broil won t work and some of the recipes the company shared on its website are too complicated for my liking But for making healthy steamed meals the Anyday system is honestly a godsend or friendsend Best part they re dishwasher safe so I don t need to deal with the cleanup after ーCherlynn Low Deputy EditorMadewell Zip Top Transport CrossbodyMadewellMy go to bag for years has been the Pearl crossbody from Lo amp Sons which I love for its compact size and multiple compartments But it just wasn t big enough for all the gear that I wanted to carry around with me So for my birthday this year I decided to buy myself a newer larger bag I knew that I wanted it to be a crossbody it feels more secure to me than a regular shoulder model and I would prefer it if it had top handles I discovered Madewell s Zip Top Transport Crossbody while I was browsing the web and it seemed to fit the bill I ve had it for a few months now and it s earned its place as my new everyday bag It s made from a vegetable tanned leather that s soft and worn with a slight waxed finish which feels lovely to the touch The shoulder straps are detachable so I can swap them out if I want or I can use just the top handles by themselves The best thing about it for me is its size at around x x inches it s small enough to not weigh me down but it s also surprisingly roomy It fits all my essentials and then some That includes my wallet phone keys earbuds pens my Kobo Libra e reader a portable battery and if I wedge it in correctly even my Hobonichi Techo planner That said I wish it had more compartments It only has two inside pockets which themselves are not that big As a result it s easy for smaller items to get lost I often have to spend time searching for my lipstick or hand sanitizer My current solution is to keep these items in a separate small makeup pouch that can fit inside the bag so that it s easier to fish out It s not perfect but at least for me the good outweighs the bad ーN L Purist Mover water bottleJeff Dunn EngadgetI spent on a water bottle earlier this year and surprisingly I don t feel like an idiot months later That s because the bottle is the Purist Mover and it has largely solved the problem of my water picking up a metallic taste after a few weeks The trick is an ultra thin unbreakable layer of glass that lines the interior and helps prevent odors and tastes from transferring To my taste buds this has actually worked I still need to wash the bottle every so often of course but so far my water has never tasted like anything other than water This might seem like a pointless thing to brag about but the Mover just feels nice too Its textured finish is pleasing to the touch and its simple design looks high end for a water bottle at least There are multiple lid and size options available I went with the ounce model and “Union spout cap which has been fine though the lid tends to make a whistling sound that sounds uncannily like hitting a bong Be warned if you re ever off camera during a work call I still can t tell anyone they should spend this much on a water bottle but the Mover does the thing I want and I m spending way less on wasteful plastic bottles as a result ーJeff Dunn Senior Commerce Writer 2022-12-19 15:30:51
海外TECH Engadget Instagram lets you create your own 2022 Recap Reel https://www.engadget.com/instagram-2022-recap-reel-bad-bunny-150043505.html?src=rss Instagram lets you create your own Recap ReelInstagram has been placing a bigger focus on Reels this year and that extends to how users will create their Recap You ll be able to select up to of your favorite photos Instagram will automatically stitch these together into a Reel with narration templates from the likes of Bad Bunny one of the biggest stars on the planet Priah Ferguson and DJ Khaled Last year Instagram s recap feature was called Playback It selected up to of a user s Stories from the past year and folks were able to swap Stories in and out as they saw fit The feature meant that users didn t necessarily have to resort to third party apps to share memories of the previous months Reels have been a major growth area for Meta over the past yea The company now says that across Instagram and Facebook Reels are played more than billion times every day Meta has been bolstering its answer to TikTok across both apps in recent months by adding things like tools that make it easier to create Reels an in app Reels scheduler and ways to post to Reels from third party apps 2022-12-19 15:00:43
Cisco Cisco Blog Tech Trends and Predictions That Will Shape 2023 https://blogs.cisco.com/news/tech-trends-and-predictions-that-will-shape-2023 Tech Trends and Predictions That Will Shape As we look to we see a transformation in how applications connectivity and security are delivered and consumed An immersive future that is “sustainable by default will require new technologies built with new processes and in service to new business models The future is taking shape and here s what I see coming in the year ahead 2022-12-19 15:59:26
海外科学 NYT > Science COP15 Biodiversity Talks: Countries Sign On to “30x30” Conservation Plan https://www.nytimes.com/2022/12/19/climate/biodiversity-cop15-montreal-30x30.html COP Biodiversity Talks Countries Sign On to “x Conservation PlanRoughly nations aiming to halt a dangerous decline in biodiversity agreed to preserve percent of the planet s land and seas The United States is not officially a participant 2022-12-19 15:28:21
海外TECH WIRED How to Get Your 4 Free At-Home Covid-19 Tests (2022) https://www.wired.com/story/how-to-get-free-covid-19-tests/ covid 2022-12-19 15:40:00
海外科学 BBC News - Science & Environment COP15: Nations reach 'historic' deal to protect nature https://www.bbc.co.uk/news/science-environment-64019324?at_medium=RSS&at_campaign=KARANGA naturethe 2022-12-19 15:27:21
金融 ◇◇ 保険デイリーニュース ◇◇(損保担当者必携!) 保険デイリーニュース(12/20) http://www.yanaharu.com/ins/?p=5107 sompo 2022-12-19 15:26:21
金融 RSS FILE - 日本証券業協会 インターネット取引に関する調査結果について https://www.jsda.or.jp/shiryoshitsu/toukei/interan.html 調査結果 2022-12-19 16:00:00
金融 金融庁ホームページ 「金融商品取引業者等向けの総合的な監督指針」の一部改正(案)を公表しました。 https://www.fsa.go.jp/news/r4/shouken/20221219/20221219.html 金融商品取引業者 2022-12-19 17:00:00
金融 金融庁ホームページ プレス・リリース「中央銀行総裁・銀行監督当局長官グループは、暗号資産に関する国際的な銀行の健全性基準及びバーゼル銀行監督委員会の作業計画を承認」について公表しました。 https://www.fsa.go.jp/inter/bis/20221219/20221219.html 中央銀行 2022-12-19 17:00:00
ニュース BBC News - Home Brixton Academy: Security contractor dies after Asake concert crush https://www.bbc.co.uk/news/uk-england-london-64019806?at_medium=RSS&at_campaign=KARANGA academy 2022-12-19 15:57:46
ニュース BBC News - Home Government to sue Mone-linked PPE firm for £122m https://www.bbc.co.uk/news/uk-politics-64029040?at_medium=RSS&at_campaign=KARANGA baroness 2022-12-19 15:39:43
ニュース BBC News - Home COP15: Nations reach 'historic' deal to protect nature https://www.bbc.co.uk/news/science-environment-64019324?at_medium=RSS&at_campaign=KARANGA naturethe 2022-12-19 15:27:21
ニュース BBC News - Home Amber Heard settles defamation case against Johnny Depp https://www.bbc.co.uk/news/world-us-canada-64031252?at_medium=RSS&at_campaign=KARANGA washington 2022-12-19 15:58:16
ニュース BBC News - Home This year's Christmas Number One: Your very quick guide https://www.bbc.co.uk/news/entertainment-arts-64002002?at_medium=RSS&at_campaign=KARANGA christmas 2022-12-19 15:02:35
ニュース BBC News - Home Netherlands slavery: Saying sorry leaves Dutch divided https://www.bbc.co.uk/news/world-europe-63993283?at_medium=RSS&at_campaign=KARANGA rutte 2022-12-19 15:10:04
ニュース BBC News - Home Doddie Weir's sons honour father at memorial https://www.bbc.co.uk/news/uk-scotland-south-scotland-64019785?at_medium=RSS&at_campaign=KARANGA doddie 2022-12-19 15:20:36
北海道 北海道新聞 NY株、小動き https://www.hokkaido-np.co.jp/article/777664/ 週明け 2022-12-20 00:46:00
北海道 北海道新聞 「せたな忘れない優しい人」 名誉町民・中村さん死去に悼む声 https://www.hokkaido-np.co.jp/article/777563/ 首都圏 2022-12-20 00:39:25
北海道 北海道新聞 上川管内130人感染、旭川は104人 新型コロナ https://www.hokkaido-np.co.jp/article/777606/ 上川管内 2022-12-20 00:38:56
北海道 北海道新聞 がん患者らの卵子・精子を凍結保存 妊よう性温存療法、旭医大でも本格化 専門医「選択肢として広がって」 要件満たせば道の助成も https://www.hokkaido-np.co.jp/article/777601/ 選択肢 2022-12-20 00:36:20
北海道 北海道新聞 拘束具との因果関係なしか 勾留男性死亡で大阪府警 https://www.hokkaido-np.co.jp/article/777647/ 因果関係 2022-12-20 00:34:27
北海道 北海道新聞 千歳駅東口広場の再整備完了 送迎用バス専用乗降場、一般車両スペースも拡張 にぎわい創出、キッチンカー集め検証 https://www.hokkaido-np.co.jp/article/777581/ 集め 2022-12-20 00:32:18
北海道 北海道新聞 コロナワクチン子どもに打つ? 「ママナビ」にQ&A、札幌市など掲載 https://www.hokkaido-np.co.jp/article/777540/ 新型コロナウイルス 2022-12-20 00:31:01
北海道 北海道新聞 北海道スポーツ記者倶楽部MVPに高木美帆 https://www.hokkaido-np.co.jp/article/777624/ 北海道新聞社 2022-12-20 00:18:49
北海道 北海道新聞 ぬかびらスキー場、お得な前売り券31日まで販売 https://www.hokkaido-np.co.jp/article/777635/ 前売り券 2022-12-20 00:16:55
北海道 北海道新聞 オホーツク管内93人感染 新型コロナ https://www.hokkaido-np.co.jp/article/777642/ 医療機関 2022-12-20 00:15:59
仮想通貨 BITPRESS(ビットプレス) GHOS「暗号資産に関する国際的な銀行の健全性基準及びバーゼル銀行監督委員会の作業計画を承認」を公表 https://bitpress.jp/count2/3_9_13499 作業計画 2022-12-20 00:18:20

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)