投稿時間:2023-04-27 03:37:29 RSSフィード2023-04-27 03:00 分まとめ(39件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Compute Blog Building private serverless APIs with AWS Lambda and Amazon VPC Lattice https://aws.amazon.com/blogs/compute/building-private-serverless-apis-with-aws-lambda-and-amazon-vpc-lattice/ Building private serverless APIs with AWS Lambda and Amazon VPC LatticeBuilders can focus on creating customer value and differentiated features instead of complex networking in much the same way that Lambda allows you to focus on writing code If you are interested in learning more about VPC Lattice we recommend the VPC Lattice User Guide 2023-04-26 17:46:34
海外TECH MakeUseOf How to Fix the Windows Volume Mixer Not Saving Your Audio Settings https://www.makeuseof.com/fix-windows-volume-mixer-not-saving-audio-settings/ settings 2023-04-26 17:15:16
海外TECH DEV Community Deep Link Nighmare 💀 https://dev.to/bhumit070/deep-link-nighmare-49ig Deep Link Nighmare Have you ever experienced a technology nightmare that left you frustrated and disappointed Well let me tell you about my worst experience with Firebase deep link and Instagram webview It all started when I was trying to implement deep linking into my app and little did I know the rollercoaster ride that awaited me As I delved deeper I found myself stuck in a maze of errors and bugs that seemed never ending And just when I thought it couldn t get any worse Instagram webview decided to join the party In this article I ll share my story of how this seemingly simple task turned into a nightmare that lasted for weeks At first glance my client s requirements seemed pretty straightforward They wanted their app to have a specific page with a deep link and when the user clicked on that deep link the app would open directly to that page As an experienced developer I was confident that I could easily implement this feature using Firebase deep links I started by creating the deep link URL and testing it on my device Everything seemed to be working as expected simple rightJust when I thought I was done with the deep link feature my client contacted me again with a new requirement They wanted to track the number of clicks on the deep link and have the data available only in the admin panel I thought I will give firebase a deep link and firebase will provide me statistics with link clicks app opens and what not but as you know expectations always hurtsThere is not way firebase gives that information to us because these links are generated dynamically from my backend So I started thinking about alternate solution so I came with an idea that the user will be first redirected to my landing page and then I will redirect them to my deeplink thus I will get link click count and and app page will open as well once again simple right but I lost the link previews which deep links were giving me but as I was aware of meta and og tags it was an easy task to generate link previews I just need to dynamically send html from my server and I was doneNow again peaceful days But these peaceful days did not last long and deep link stopped workingreason My client started facebook and instagram advertising and when my custom link was shared on was redirecting to deep link but not redirecting to my app and this is the issue with react native webview and it is still open in github since So my colleague android did I mention this issue was in android only developer came with an idea to open the android app with custom scheme Little note about custom schemescustom schemes are links which can help you open your app from the browser these custom schemes gets registered at os level at time of installing the appBelow is example of whatsapp website trying to open whatsapp app through custom schemebut the issue remains same instagram webview can not handle if the app is not installed and the webview crashes so now what We observed that our link just only does not work in webview else it works find so we just need to find a way so that when the link in clicked in instagram and facebook it gets opened in external browser and link will just work fine But the question is how do I we do that Remember when I said I was sending meta tags to generate link previews after some research I found about one meta tag lt meta http equiv refresh content url intent intent link Intent scheme https action android intent action VIEW end gt So now what happens is when someone clicks on the link the in app browser is opened and then it openes an external browser and then the browser opens the my original deep link and then deep link takes the control what to doAfter days of struggling and endless brainstorming sessions with my team we finally found a solution that worked seamlessly By using a combination of custom schemes and the meta refresh tag we were able to bypass the limitations of Instagram webview and provide a smooth user experience for our clients Looking back it was a tough journey but the lessons we learned along the way were invaluable We gained a deeper understanding of how webview technology works and how to handle unforeseen obstacles that arise during development In conclusion while the road to implementing Firebase deep links and Instagram webview may have been bumpy we emerged victorious with a solution that exceeded our client s expectations And who knows maybe the next time we face a similar challenge we ll be better equipped to tackle it head on 2023-04-26 17:56:00
海外TECH DEV Community Let’s play a Javascript Frontend Game https://dev.to/shreyvijayvargiya/lets-play-a-javascript-frontend-game-3i7o Let s play a Javascript Frontend Game Under the HoodThe story begins last week I got a technical assignment for a full time position as a part of an interview process I am not putting the entire assignment here but the problem statement is the real world case scenario and that is what we will play around with today QuestionYou have one JSON file that represents the file system of any directory in the world Now the questions revolve around this one JSONEach question will represent the stages of the game Passing one stage will allow you to go to the next stage and therefore complete the game Stage OneShow file structure as a Tree on the screen from JSONHow will you iterate over the JSON and render it on the website just like Javascript DOM or binary tree The tree should contain all the directories and folders mentioned in the file structureThe tree should have accordion functionality just like any file folder you see on the browser Stage TwoCollapse Expand directoriesDefine a method to collapse and expand all directories Stage ThreeAdd Delete file folder functionalityWrite a javascript function to remove a file folder from the JSON described above Stage FourEdit the name of any file folderHow will you update the name of any of the files folders Stage FiveCreate a new file folder for any positionHow will you add a new file folder to the required position for example inside the directory name components or in the root directory The last stage ーStage SixAdd Drag and Drop functionality to the file structureYou have the children key in the file structure which is an array Now define a way to move the elements of this array to the position given as an input parameter It s not OVEROnce this is OVER you have successfully completed the GAME But that s not why this GAME is developed Now that you have written each method simply convert those methods into a React code Meaning writes each method in whatever frontend language or framework you are comfortable with and your own CODE editor is ready just like codesandbox If you are wondering how is this even possible just TRY it on your own AdvancedThe more advanced version will certainly enable more stages Stage can also include the content of each file and you have to show the content to the editor on the screen The editor should allow developers to edit the content and save the entire JSON and sends it back to the server The server then stores this JSON in the database Keep playing the game until you want it to end I mean it can go to whatever extent you want it to take But I ve to certainly end here only CheersShreyiHateReading 2023-04-26 17:35:52
海外TECH DEV Community Control a 3D Model with Your Phone: A React, Three.js, and Socket.io Project 🚀 https://dev.to/namanvyas/control-a-3d-model-with-your-phone-a-react-threejs-and-socketio-project-356c Control a D Model with Your Phone A React Three js and Socket io Project As a fan of D models and technology I wanted to create a website that allows you to control a D model using your phone s movements on a local network Here s how I did itFirst I found a D model of a phone online and downloaded it Then I used Three js to display the model on the screen React js for the frontend and Express Node for the backend I utilized Socket io to transmit data on the local network here is the result To sync the D model movement with the phone I used the phone s gyro sensor data and transmitted it to the phone using Socket io However I ran into a problem where I wasn t able to run the application on a local IP due to Chrome s security rules not allowing sensor data on an unsecured site After some research I forwarded my PC port to my Android device to access my page as localhost If you re interested in more projects like this be sure to follow me on Twitter where I share my latest tech explorations 2023-04-26 17:22:22
海外TECH DEV Community You should stop using Spring @Autowired https://dev.to/felixcoutinho/you-should-stop-using-spring-autowired-p8i You should stop using Spring AutowiredOr Why you shouldn t use Field Injection when using Spring TL DR Injecting beans directly into fields using Autowired makes your dependencies hidden and encourages bad design Use constructor based injection instead It is very likely that you have already seen an Autowired annotation when coding in a Java Spring application However what most of my friends developers don t know is that auto wiring is one of the most commonly seen anti patterns in codebases that use the Spring IoC DI Framework Just to refresh your memory here is a short example of what I m talking about Servicepublic class UserService Autowired Field Injection private UserRepository userRepository It may seem like a simple and pragmatic way to do Dependency Injection right But the consequences of this can turn your codebase slowly or fast into spaghetti But why do developers keep choosing this approach Possibly because it s easy to use and provides an out of the box experience when a developer needs to inject a dependency into a class However similar to any other bad practice this is very easy to replicate across the rest of the codebase and usually people will never argue why that code design choice was made And what s the result of using Autowired Your code will suffer from coupling a bad test experience hidden dependencies and others In my perspective the absence of comprehension of the underlying mechanics of a system can potentially result in disastrous codebases This is applicable to the usage of Autowired when using Spring Without a thorough grasp of crucial concepts such as Inversion of Control and Dependency Injection developers are more likely to make errors and become ensnared in this pitfall To gain a better understanding of code design best practices it s important for developers and architects to review key concepts and explore different approaches to Dependency Injection with Spring By doing so we can evaluate which method is optimal for our needs and potentially uncover the drawbacks of using Autowired as a dependency injection strategy Dependency Injection with SpringDependency Injection is a crucial pattern in software development and is present in production ready frameworks like Spring It promotes loose coupling between classes improves testability and facilitates modularity There are basically three ways to do Dependency Injection using the Spring Framework Field Injection uses reflection to set the values of private attributes fields Setter Injection uses public setters to set the value of the attributes fields Constructor Injection happens at the time of creating the object itself Field InjectionField injection can be achieved using Spring by adding the Autowired annotation to a class field And what does Autowired do Autowired is an annotation provided by Spring that allows the automatic wiring of the dependency When applied to a field method or constructor Spring will try to find a suitable dependency of the required type and inject it into the target class Autowired alone is not the root of all evil The key aspect is WHERE you are using Autowired Most of the time developers use it at the field attribute level Using it at the setter method can reduce the damage but not eliminate all of it at all But why Autowired is so bad Basically Autowired violates some good code design principles Dependency Inversion D from SOLID If you want to use your class outside the application container for example for unit testing you are forced to use a Spring container to instantiate your class as there is no other possible way but reflection to set the Autowired fields When using field based dependency injection with Autowired the class is inherently hiding these dependencies from the outside world In other words no point of injection exists Below you can see an example of this scenario Componentpublic class Calculator Autowired private Multiplier multiplier public int add int a int b return a b public int multiply int a int b return multiplier multiply a b Componentpublic class Multiplier public int multiply int a int b return a b Despite the fact of in runtime Spring will inject the dependency an instance of Multiplier there is no way to inject the dependency manually for instance when unit testing this class The below unit test class will compile but at runtime it s a good candidate to throw a NullPointerException why Because the dependency between Calculator and Multiplier was not satisfied public class CalculatorTest Test public void testAdd Calculator calculator new Calculator int result calculator add assertEquals result Test public void testMultiply Calculator calculator new Calculator int result calculator multiply assertEquals result Clean Code Screaming Architecture Single Responsibility Principle S from SOLID Code must scream its design And the SRP principle states that a class should have only one reason to change This means that a class should have only one responsibility or concern Autowired annotation in itself does not violate this principle However if a class has multiple responsibilities and dependencies injected through the Autowired annotation it could be a clear sign of a violation of the SRP In this case it might be better to refactor the class and extract the responsibilities into separate classes Otherwise if constructor based dependency injection is used instead as more dependencies are added to your class the constructor grows bigger and bigger and the code starts to smell sending clear signals that something is wrong This is described in the Clean Code Screaming Architecture pattern in the book written by Robert C Martin aka Uncle Bob Complexity Autowired can make the code more complex especially when dealing with circular dependencies When two or more classes depend on each other it becomes hard to determine the order in which they should be instantiated This can lead to runtime errors that are hard to debug Most likely your project doesn t need Autowired at all What should you use instead The short answer is Constructor Injection In OOP we create an object by calling its constructor If the constructor expects all required dependencies as parameters then we can be sure that the class will never be instantiated without having its dependencies injected Below an example using Constructor based Dependency Injection instead of Autowired Componentpublic class Calculator private Multiplier multiplier Default constructor It will be used by Spring to inject the dependencies declared here public Calculator Multiplier multiplier this multiplier multiplier public int add int a int b return a b public int multiply int a int b return multiplier multiply a b Componentpublic class Multiplier public int multiply int a int b return a b public class CalculatorTest Test public void testAdd Calculator calculator new Calculator mock Multiplier class int result calculator add assertEquals result Test public void testMultiply Multiplier mockMultiplier mock Multiplier class when mockMultiplier multiply thenReturn Calculator calculator new Calculator mockMultiplier int result calculator multiply assertEquals result Now the dependency between the two components was explicitly declared and the code design allows a mock instance of Multiplier to be injected at runtime Also Constructor injection helps in creating immutable objects simply because a constructor is the only possible way to create objects Once we create a bean we cannot alter its dependencies anymore On the other hand by using setter injection it s possible to inject the dependency after creation or change the dependency thus leading to mutable objects which among other things may not be thread safe in a multi threaded environment and are harder to debug due to their mutability By explicitly defining the dependencies of the class on the constructor you can make the code more maintainable testable and flexible Maintainable because you rely only on OOP concepts to inject your class dependencies and any change to the class dependencies contract will be communicated to the other class with no effort Testable because you have a point of injection that will allow the unit tests to pass for instance a mock object instead of a concrete implementation Besides we make this class immutable by allowing only injections at the constructing time Flexible because you still able to add more dependencies to the class with minimum effort by adding more parameters to the default constructor This approach makes it easier to understand and track the dependencies of your classes Additionally it makes it easier to test the class in isolation by forcing your to explicitly providing mock objects for the required dependencies at coding time Setter InjectionOne more method to do Dependency Injection using Spring is by using setter methods to inject a instance of the dependency Below you can see an example of how Setter Injection looks like when using Spring public class UserService private UserRepository userRepository Autowired Setter Injection public void setUserRepository UserRepository userRepository this userRepository userRepository This approach can lead to problems such as Optional dependencies Setter Injection allows for optional dependencies which can lead to null pointer exceptions if the dependencies are not properly checked for null values Incomplete object state If an object is partially constructed and a setter is called it can result in the object being in an incomplete state which can lead to unexpected behavior or null pointer exceptions again Hidden dependencies As the dependency is not explicitly declared in the constructor making it harder to understand the code and its dependencies Despite the drawbacks Setter Injection sits somewhere between the Field and the Constructor Injection because at least we have a public method that allows developers to inject mocks instead of real implementation making the class easier to test Further ConsiderationsThe Autowired annotation can be omitted from codebases using Spring Framework or higher and Spring will use the default constructor and inject all necessary dependencies for you when the class is being managed by the Application Context beans constructor vs setter injection So since the Spring team decided Autowired should be optional to the default constructor We can conclude since it s not helping the Spring framework to make a decision its presence is just noise Get rid of it The below comment from the Spring Framework development team gives one more reason to choose Constructor Injection as your default injection method Furthermore constructor injected components are always returned to the client calling code in a fully initialized state and Setter injection should primarily only be used for optional dependencies that can be assigned reasonable default values within the class Basically what they are saying is by using constructor injection you can guarantee the ready to use state of the class If you are using Autowired or even setter injection your class instance can be instantiated by Spring in a bad state which can cause unexpected behaviour such as NullPointerException Why Autowired even exist If you need to inject optional or changeable dependencies you may want to use Autowired to mark the setter method or a non default constructor as the point of injection But it only makes sense if your dependency is optional or changeable and your implementation can handle the absence of that dependency nulls If several constructors are available and there is no primary default constructor at least one of the constructors must be annotated with Autowired to instruct Spring which one to use This is a scenario where Autowired can be considered ConclusionAt the end of the day Autowired can be useful for small simple projects but it is not a good choice for large complex and production ready projects where the code design should be open for extension flexible and easy to test Instead the recommendation is to use explicit Dependency Injection via class constructor By doing so you can ensure that your code remains robust and adaptable Something that you and your team will gain for free is that the rest of the project will implicitly reflect this code design decision Sometimes developers never learn about proper Dependency Injection class contracts or even how to test code effectively simply because they use Autowired and never question its real necessity and applicability Additional reading and references beans constructor vs setter injection beans autowired annotation 2023-04-26 17:18:14
海外TECH DEV Community Okta's auth0 https://dev.to/yellowgem/oktas-auth0-28om Okta x s authSet up authentication in the most efficient way with Okta s authWe often deal with this requirement where we re ready with the website be it coding it s features and functionalities but authentication is yet to be configured on the websiteAnd authentication probably is the last feature to be configured yet the most important one I ve come across one of the most efficient ways to configure this feature to your application With the help of auth of Okta one need not to sit and write the code for all the logic required Okta s authreduces the manual effort to a large extent No manual coding required No need to set up separate database Provides best authentication out there Documentation to configure auth to your application is available hereFeel free to comment below in case you get stuck I ll be pleased to be of any assistance here Hope you find this helpful Cheers 2023-04-26 17:00:25
Apple AppleInsider - Frontpage News Aqara FP2 presence sensor review: The only HomeKit occupancy sensor https://appleinsider.com/articles/23/04/26/aqara-fp2-presence-sensor-review-the-only-homekit-occupancy-sensor?utm_medium=rss Aqara FP presence sensor review The only HomeKit occupancy sensorAqara has brought the first occupancy sensor that works with Apple Home to market that can easily trigger automations based on whether or not someone is in the room Here s how it works and whether or not it is worth the money Aqara FP occupancy sensorSmart home automations can be triggered by a variety of circumstances Time location the sun a door opening a button getting pressed or when someone comes into the room Read more 2023-04-26 17:37:14
Apple AppleInsider - Frontpage News 1,000 fake AirPods & 50 counterfeit Apple Watches seized at DC-area airport in March https://appleinsider.com/articles/23/04/26/1000-fake-airpods-50-counterfeit-apple-watches-seized-at-dc-area-airport-in-march?utm_medium=rss fake AirPods amp counterfeit Apple Watches seized at DC area airport in MarchNearly worth of counterfeit AirPods Pro and Apple Watches were seized at an airport heading to Virginia from China although no one has yet been charged Genuine AirPods ProAuthorities seized the products at Washington Dulles International Airport in March The four shipments were beings sent from China to an address in Fairfax County Virginia according to NBC Washington Read more 2023-04-26 17:25:02
海外TECH Engadget The best iPad accessories for 2023 https://www.engadget.com/best-ipad-accessories-130018595.html?src=rss The best iPad accessories for Accessories will be key whether you re turning your new Apple iPad into a laptop replacement or just trying to protect it against daily life hazards It s tempting to turn to Apple s own accessories ーand in some cases you should ーbut there s a slew of alternatives from other companies like Otterbox Logitech and Anker that work just as well and are often more affordable We tested out a bunch of cases keyboards styli and other miscellany to see which iPad accessories are worth buying and that will help you get the most out of your iPad from the iPad Air to the iPad Mini or a different iPad model Otterbox Symmetry caseOtterbox is an expert when it comes to protection as seen with their phone cases but its Symmetry Series series shows that it has design chops too Symmetry cases look similar to the Apple s Smart Cover but the clear scratch resistant back is sturdy without adding a lot of weight to the iPad Plus the edge protection is substantial so you won t have to worry about damage from the inevitable accidental bumps your tablet takes I also like the extra flap Otterbox added that keeps the iPad screen cover closed and holds the second generation Apple Pencil to the side of the iPad Pros Symmetry Series cases are available for most iPad models and while they re more expensive than some no name iPad case you might find on Amazon they re worth it if you want a great balance of protection and style Speaking of cheaper iPad cases that fill up Amazon s search result pages some that are actually worthwhile are from Moko and ProCase If you like the look and feel of Apple s Smart Cover but don t want to drop plus on one both of these brands have dupes that give you that style at a fraction of the cost of the first party option Shop Moko cases at AmazonShop ProCase cases at AmazonTwelve South HoverBar DuoOf the plethora of iPad stands I ve used Twelve South s HoverBar Duo is the one that has come closest to perfect The “duo in the name refers to the fact that the gadget can either prop your iPad up using an arm attached to a weighted base or the same arm just attached to a desk or table using its included clamp The stand comes fully assembled on the weighted base but it s pretty easy to switch to the clamp thanks to the included instructions and basic tools in the box If you spring for the latest model it ll be even easier thanks to a new quick switch tab that lets you swap between the weighted base and the clamp attachment with any extra tools It wasn t hard to secure my inch iPad Pro in the vice grip that is the HoverBar Duo s tablet clip although it did take some force to move the arm into the right position That s probably for the best because it showed how strong the arm is it stayed in place without buckling sliding down or otherwise breaking a sweat I mostly used the HoverBar Duo with the clamp attachment which allowed me to use my iPad Pro as a secondary screen while working The included clamp should fit most desks and tables too as it can accommodate surface thickness from inch to inches If you re willing to sacrifice flexibility for something more elegant Elago s P stand for iPad may be a good fit It s made of a single piece of aluminum with a ledge for your iPad and a few well placed cutouts that you can snake a charging cable through The ledge is also wide enough to accommodate most iPad cases It may not be foldable or adjustable but its minimalist design will make it an attractive addition to your desk Buy Elago P stand at Amazon Logitech MX Keys MiniOne of the best Bluetooth keyboards I ve used recently is the Logitech MX Keys Mini It s not designed specifically for the iPad but it works quite well with it It combines a lot of the ergonomics and the general look and feel of the MX lineup into a compact and portable keyboard The Keys Mini has a slim profile that s slightly raised due to its top bar plus comfortable backlit keys that are a dream to type on The backlight is one of my favorite features because it automatically comes on when it senses your hands getting close to the keyboard That way it only stays illuminated when you re typing conserving battery life in the long run Logitech estimates the Keys Mini will last up to days depending on backlight use or up to five months without any backlight use Logitech s MX Keys Mini may be on the expensive side but it s one that could be both your iPad keyboard and your main desk typing device It can connect to up to three devices at the same time allowing you to swap between them quickly with just a press of a key and it has a few other handy keys too like one that brings up the emoji picker and another that mutes your microphone quite useful on Zoom calls But if you want something an iPad keyboard that s even more affordable or even thinner we still like the Logitech Keys to Go which we ve recommended in the past and you can usually find for between and Buy Logitech Keys to Go at Amazon Apple Magic Keyboard for iPadIf you really want to indulge Apple s own Magic Keyboard is the way to go This expensive case magnetically attaches to the latest iPad Pros and keeps them “floating above the keyboard and trackpad We praised the Magic Keyboard for its typing comfort and precise trackpad but dinged it for its limited range of motion It s easily the fanciest keyboard case available for the iPad and it s one to consider if money is no object ーor if you want the most stylish iPad keyboard money can buy Apple PencilThis likely won t come as a surprise but the Apple Pencil is the best stylus you can get for the iPad Both the first and second generation Pencils are designed to work specifically with iPads and it shows in their smooth writing performance The second gen stylus has a double tap feature that you can customize to a certain degree and pressure sensitivity allows you to add as much or as little detail as you want to digital artwork I highly recommend shelling out or for the Apple Pencil if you re an artist ーyou won t be disappointed Buy Apple Pencil st gen at Amazon Logitech CrayonThere are other options that are more affordable than the Apple Pencil though like Logitech s Crayon It s just as good in terms of latency and accuracy ーdrawing in Procreate was a lag free experience and my strokes always ended up exactly where I wanted them to be and it s even more grippy by default thanks to its oval shaped design But as someone who primarily uses an Apple Pencil for digital art I missed pressure sensitivity when using the Crayon Aside from that the other biggest annoyance is that you have to use a Lightning or USB C cable to charge it Even the newest model for the iPad Pros doesn t magnetically attach to the tablet for charging While I wouldn t suggest the Crayon for serious artists I would recommend it for anyone who s on a strict budget especially digital journal keepers committed note takers and the like Paperlike screen protectorIf you re a heavy user of the Apple Pencil or some other stylus you should consider getting a screen protector for your iPad They pull double duty Not only do they act as a first line of defense if your iPad goes careening onto the concrete but they can also enhance the digital drawing and writing experience Using a stylus on an iPad is strange at first because gliding the stylus nib over a glass surface feels nothing like “normal writing Matte screen protectors can get closer to replicating the pen on paper experience and they also prevent the stylus nib from wearing down so quickly Paperlike is the most popular in this space but Bersem s screen protectors are a great value at for a pack of two Not only does the matte finish help when you re drawing or taking digital notes but it also reduces screen glare and doesn t interfere with FaceID on the newest iPads Buy Bersem screen protector pack at Amazon Satechi Aluminum Stand and HubIf you plan on pushing your iPad Pro to its limits as a daily driver you ll probably need more than the tablet s single USB C port Apple has provided little guidance to which USB C hubs and adapters work best with the iPad Pros ーthere s no MFi certification for accessories like this yet Some hubs specifically advertise that they work with the newest iPad Pros and if you want to be extra safe I recommend buying one of those that comes from a reputable brand Satechi s Aluminum Stand and Hub is a favorite for its foldable design and how it packs ports and charging capabilities into a compact iPad accessory The holder itself rotates outward revealing a hidden attached USB C cable and a rubber bumper that keeps the stand in place in your desk On the back edge are a K HDMI socket one USB A port a headphone jack both SD and microSD card slots and a W USB C connection for charging I liked the versatility of Satechi s hub I could easily use it when I needed to prop my iPad up to watch a YouTube video and by just plugging in the attached cable I could switch to using my iPad as more of a work device with all of the necessary connectors in place It s also surprisingly light at ounces Combine that with its foldable design and you have a full featured hub that can easily be stuffed in a bag Anker in USB C hubNot everyone needs or wants to spend on a dock for their iPad If you re using it as a laptop replacement it s worth the investment If you d rather spend less or just want something a bit more lightweight Anker s in USB C hub is a good choice It has most ports that you could ever want with the only exception being an Ethernet jack The slim dongle houses two USB A ports two USB C connections SD and microSD card slots and a K Hz HDMI port We also like that it provides up to W of pass through charging which means you can power up your iPad while using Anker s hub as the main connector between the tablet and its charging cable Anker makes a couple of versions of this hub including one that does have that coveted Ethernet port but it s hard to beat for the standard in model Buy Anker in hub at Amazon Samsung T SSDIt can be hard to anticipate how much storage you ll need in your iPad Maybe you picked up the base model but over time the device has turned into your main gadget holding most of your important documents photos apps and more If you have one of the latest iPad models with USB C you can use that port to connect the device to an external drive offloading files and freeing up onboard space on your device We like Samsung s T series of portable SSDs for their slick designs fast speeds and various modes of protection The T the T Touch and the T Shield all support read write speeds of up to MB s and their palm sized designs make them easy to toss in a bag before you leave for the day All three also support AES bit hardware encryption and optional password protection but you ll get the added bonus of a fingerprint reader on the T Touch As for the T Shield it s the newest in the lineup and has a more durable design with a rubberized exterior and an IP rating for water and dust resistance Buy Samsung T Touch TB at Amazon Buy Samsung T Shield TB at Amazon Anker Nano II W GaN chargerApple and other tech companies are increasingly leaving wall adapters out of their devices boxes so it s worth picking up a couple that can handle charging a couple of pieces of tech as quickly as possible Anker s W Nano II GaN adapter is a good one because it can fast charge iPhones and iPads plus the gallium nitride technology built into it helps prevent overheating In just a half hour of charging I got about a percent boost in battery life on my inch iPad Pro when using this accessory Gallium nitride is also a big reason why the W adapter is smaller than a lot of competing adapters available now including Apple s We also like its foldable design which will allow it to fit better in cramped spaces and in travel bags Anker PowerCore It s smart to have a portable battery with you when you re using your iPad on the go regardless of if it s your daily driver or you re only using it for a few select tasks Anker s PowerCore has a high enough capacity to charge up most tablets almost two times over making it very unlikely that you ll totally run out of power before you get to your next destination While it won t charge laptops it will work for most mobile devices and it has three USB A ports so you can power up to three devices simultaneously And since the brick itself weighs just over one pound it won t weigh down your bag all day long either This article originally appeared on Engadget at 2023-04-26 17:30:23
海外TECH Engadget Bipartisan Senate bill would require parental consent for teens to use social media https://www.engadget.com/bipartisan-senate-bill-would-require-parental-consent-for-teens-to-use-social-media-172601557.html?src=rss Bipartisan Senate bill would require parental consent for teens to use social mediaA bipartisan group of senators has introduced a bill that seeks to protect kids from the potentially harmful effects of social media The Protecting Kids on Social Media Act would set as the minimum age for using social media platforms in line with the Children s Online Privacy Protection Act COPPA and the current terms of many major services Those aged between and would need parental consent to use social media apps while platforms would not be allowed to use algorithms to recommend content to under s Democratic Sens Brian Schatz and Chris Murphy introduced the bill alongside their Republican counterparts Tom Cotton and Katie Britt The proposed legislation seeks to employ age verification technology though it would prevent companies from using age verification data for other purposes Were it to become law the bill would establish a pilot program to offer platforms a government provided age verification system The Federal Trade Commission FTC and state attorneys general would have jurisdiction over the bill s provisions quot Studies have shown a strong relationship between social media use and poor mental health especially among children quot the senators said in a press release quot With this clear evidence the US Surgeon General has warned that is too early for social media use and suggested that or may be as well quot quot The alarm bells about social media s devastating impact on kids have been sounding for a long time and yet time and time again these companies have proven they care more about profit than preventing the well documented harm they cause quot Murphy said quot In particular these algorithms are sending many down dangerous online rabbit holes with little chance for parents to know what their kids are seeing online This is hardly the first time that federal legislators have introduced bills in an attempt to protect children as they use online services Sens Marsha Blackburn and Richard Blumenthal last year introduced the Kids Online Safety Act which aimed to block platform holders from offering algorithmic recommendations to under s Such companies would have been required to disable quot addictive quot features and offer kids tools to help them protect their data The bill didn t make it out of committee before the end of the last congressional session Blumenthal and Sen Dick Durbin introduced a bill in February that would give people the right to delete details of their internet activity that companies collected before they turned In a related case as part of an FTC settlement related to COPPA Epic Games last year agreed to delete Fortnite players personal data unless they claimed to be or older The Protecting Kids on Social Media Act follows similar efforts at state level Last month Utah became the first state to require parental consent for under s to use social media The legislation grants parents full access to their children accounts including private messages The laws are set to take effect next March but it s not yet clear how they ll be enforced This article originally appeared on Engadget at 2023-04-26 17:26:01
海外TECH Engadget LG launches a new 'SuperSlim' Gram laptop with a 15-inch OLED display https://www.engadget.com/lg-launches-a-new-superslim-gram-laptop-with-a-15-inch-oled-display-170407209.html?src=rss LG launches a new x SuperSlim x Gram laptop with a inch OLED displayLG has officially launched the SuperSlim the new Gram laptop the company is calling the “thinnest LG Gram ever This is not just advertising hyperbole as the SuperSlim is inches thick and weighs two pounds That definitely places the laptop in the realm of the ultra portable As a comparison the Macbook Air is inches thick and weighs pounds The laptop was first teased at this year s CES back when it was called the Ultraslim Not a lot has changed since the original announcement aside from the name The SuperSlim boasts decent specs with an Intel Evo th Gen processor and Intel Iris Xe GPU There is also a inch anti glare OLED display and LG touts a percent DCI P color gamut and VESA DisplayHDR True Black integration It is worth noting that Apple is rumored to be launching its own inch ultra portable laptop in the near future nbsp LG says the SuperSlim has passed seven tests to ensure military grade durability which is a good thing as we have noted some issues with previous Gram laptops surrounding flexibility and build quality Other standout features include a more compact power adapter than previous Gram laptops a full HD camera with integrated microphones and a trio of USB C ports two of which support Thunderbolt connections This emaciated wonder is available now in two SKUs You can purchase one with GB of RAM and a GB SSD for or a model with GB of RAM and a TB SSD for As a bonus LG is throwing in a free Gram view portable monitor with every purchase until May th This article originally appeared on Engadget at 2023-04-26 17:04:07
金融 金融庁ホームページ 職員を募集しています。(国際関連業務に従事する職員) https://www.fsa.go.jp/common/recruit/r5/soumu-02/soumu-02.html 関連 2023-04-26 18:00:00
ニュース BBC News - Home Ukraine's Zelensky holds first war phone call with China's Xi https://www.bbc.co.uk/news/world-europe-65396613?at_medium=RSS&at_campaign=KARANGA invasion 2023-04-26 17:03:39
ニュース BBC News - Home Manhunt under way after deadly Mississippi jail break https://www.bbc.co.uk/news/world-us-canada-65401807?at_medium=RSS&at_campaign=KARANGA mississippi 2023-04-26 17:07:58
ニュース BBC News - Home Nazi camp guard Josef Schütz dies at 102 https://www.bbc.co.uk/news/world-europe-65402024?at_medium=RSS&at_campaign=KARANGA concentration 2023-04-26 17:10:41
ニュース BBC News - Home Harry's court case raises awkward questions https://www.bbc.co.uk/news/uk-65403247?at_medium=RSS&at_campaign=KARANGA relationships 2023-04-26 17:14:26
ニュース BBC News - Home Ministers offer new concessions on migration bill https://www.bbc.co.uk/news/65397710?at_medium=RSS&at_campaign=KARANGA child 2023-04-26 17:34:13
ニュース BBC News - Home Fighting in Sudan despite ceasefire - BBC reporter https://www.bbc.co.uk/news/world-africa-65404317?at_medium=RSS&at_campaign=KARANGA khartoum 2023-04-26 17:38:07
ニュース BBC News - Home About 250 UK nationals evacuated so far https://www.bbc.co.uk/news/uk-65395361?at_medium=RSS&at_campaign=KARANGA cyprus 2023-04-26 17:41:11
ニュース BBC News - Home Sudan crisis: WHO warns of biological hazard at seized lab https://www.bbc.co.uk/news/world-65390285?at_medium=RSS&at_campaign=KARANGA biological 2023-04-26 17:08:14
ビジネス ダイヤモンド・オンライン - 新着記事 誰でも「気づかい」ができるようになる、たった1つの考え方 - 気づかいの壁 https://diamond.jp/articles/-/321345 誰でも「気づかい」ができるようになる、たったつの考え方気づかいの壁誰でも「気づかい」ができるようになる、たったつの考え方とは、いったい何なのか。 2023-04-27 02:55:00
ビジネス ダイヤモンド・オンライン - 新着記事 【精神科医が教える】 誰かの悪口を言いたくなったら…不満で自分を腐らせる人の共通点 - 精神科医Tomyが教える 40代を後悔せず生きる言葉 https://diamond.jp/articles/-/320154 【精神科医が教える】誰かの悪口を言いたくなったら…不満で自分を腐らせる人の共通点精神科医Tomyが教える代を後悔せず生きる言葉【大好評シリーズ万部突破】誰しも悩みや不安は尽きない。 2023-04-27 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 「強みなんてない」…そんな人が「自分の武器」を見つける2つの方法 - 定番読書 https://diamond.jp/articles/-/320314 判断基準 2023-04-27 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 【一粒万倍日に、神様との[幸運。]1日1話】 「開運POINTが貯まりすぎる人」は、いつ神社に行っているのか? - 1日1分見るだけで願いが叶う!ふくふく開運絵馬 https://diamond.jp/articles/-/320706 【一粒万倍日に、神様との幸運。 2023-04-27 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 「スキルを身につける」を英語でどう言う? - 5分間英単語 https://diamond.jp/articles/-/321643 「スキルを身につける」を英語でどう言う分間英単語「たくさん勉強したのに英語を話せない……」。 2023-04-27 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 高級ホテルにやって来る本物のお金持ちが教えてくれた、「引き寄せの法則」も「波動の法則」も知らずに成功できた本当の理由とは?【書籍オンライン編集部セレクション】 - 天国おじい https://diamond.jp/articles/-/321671 八方ふさがり 2023-04-27 02:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 資産運用の達人が断言する「関わると損する人」1つの共通点 - トゥー・ビー・リッチ https://diamond.jp/articles/-/321916 資産運用 2023-04-27 02:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 月曜の朝「仕事に行きたくない」と心の底から思ったら、まずやるべき行動とは? - 未来がヤバい日本でお金を稼ぐとっておきの方法 https://diamond.jp/articles/-/321555 月曜の朝「仕事に行きたくない」と心の底から思ったら、まずやるべき行動とは未来がヤバい日本でお金を稼ぐとっておきの方法ここ年間、日本人の給料はほとんど上がっていない。 2023-04-27 02:10:00
Azure Azure の更新情報 Update your IoT Edge devices on Ubuntu 18.04 LTS https://azure.microsoft.com/ja-jp/updates/update-ubuntu-1804/ Update your IoT Edge devices on Ubuntu LTSUbuntu LTS reaches the end of standard support on May st To continue to receive support and security updates we highly recommend that you update your host OS to a Tier supported platform 2023-04-26 17:01:33
Azure Azure の更新情報 General availability: Microsoft Azure available from new cloud region in Poland https://azure.microsoft.com/ja-jp/updates/general-availability-microsoft-azure-available-from-new-cloud-region-in-poland/ europe 2023-04-26 17:01:27
Azure Azure の更新情報 Azure SQL—General availability updates for late-April 2023 https://azure.microsoft.com/ja-jp/updates/azure-sql-general-availability-updates-for-lateapril-2023/ april 2023-04-26 17:01:21
Azure Azure の更新情報 Azure Advisor VM/VMSS right-sizing recommendations with custom lookback period https://azure.microsoft.com/ja-jp/updates/azure-advisor-vmvmss-rightsizing-recommendations-with-custom-lookback-period/ Azure Advisor VM VMSS right sizing recommendations with custom lookback periodYou can now customize the right sizing recommendations for virtual machines and virtual machine scale sets to make them more relevant and actionable for your workloads 2023-04-26 17:01:15
Azure Azure の更新情報 General Availability: Centrally Managed Azure Hybrid Benefit for SQL Server https://azure.microsoft.com/ja-jp/updates/general-availablility-centrally-managed-azure-hybrid-benefit-for-sql-server/ server 2023-04-26 17:01:09
Azure Azure の更新情報 Public Preview: Azure API Management and Microsoft Defender for APIs integration https://azure.microsoft.com/ja-jp/updates/public-preview-azure-api-management-and-microsoft-defender-for-apis-integration/ azure 2023-04-26 17:01:04
Azure Azure の更新情報 Public preview: Azure VNet flow logs https://azure.microsoft.com/ja-jp/updates/public-preview-azure-vnet-flow-logs/ networks 2023-04-26 17:00:57
Azure Azure の更新情報 Continuous Language ID in Azure Speech Service https://azure.microsoft.com/ja-jp/updates/continuous-language-id-in-azure-speech-service/ azure 2023-04-26 17:00:55
Azure Azure の更新情報 Public Preview: Azure Monitor Metrics Dataplane API released https://azure.microsoft.com/ja-jp/updates/public-preview-azure-monitor-metrics-dataplane-api-released/ Public Preview Azure Monitor Metrics Dataplane API releasedThe Azure Metrics Dataplane API is a new approach to Azure Monitoring that improves resource insight gathering by enabling higher querying capacity and efficiency 2023-04-26 17:00:45
Azure Azure の更新情報 Generally available: Azure Monitor alerts now suggests signals to alert on https://azure.microsoft.com/ja-jp/updates/generally-available-azure-monitor-alerts-now-suggests-signals-to-alert-on/ Generally available Azure Monitor alerts now suggests signals to alert onWhen creating an alert rule using the Azure portal configuring the condition of the alert rule is now made simpler with popular signals and settings 2023-04-26 17:00:39

コメント

このブログの人気の投稿

投稿時間: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件)