By BY JUSTIN PORTER AND AMELIA NIERENBERG from NYT Briefing https://ift.tt/vMmn8CH
Wednesday, May 31, 2023
Tuesday, May 30, 2023
New top story on Hacker News: OpenAI isn’t doing enough to make ChatGPT’s limitations clear
32 by rntn | 11 comments on Hacker News.
Monday, May 29, 2023
New top story on Hacker News: Pro-cash movement warns that people could be losing more than they bargained for
40 by walterbell | 69 comments on Hacker News.
Sunday, May 28, 2023
Saturday, May 27, 2023
New top story on Hacker News: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
20 by ggr2342 | 2 comments on Hacker News.
Friday, May 26, 2023
Thursday, May 25, 2023
Wednesday, May 24, 2023
New top story on Hacker News: Ask HN: How does archive.is bypass paywalls?
29 by flerovium | 23 comments on Hacker News.
If it simply visits sites, it will face a paywall too. If it identifies itself as archive.is, then other people could identify themselves the same way.
Improve your desktop productivity with Microsoft Windows 11 Pro
This version of Windows 11 has a better UX for work, plus improved security and enterprise features.
The post Improve your desktop productivity with Microsoft Windows 11 Pro appeared first on TechRepublic.
from TechRepublic https://ift.tt/9HIyBQM
Tuesday, May 23, 2023
New top story on Hacker News: Let's Talk about ChatGPT with Code Interpreter and Microsoft Copilot
32 by stuckinhell | 13 comments on Hacker News.
New top story on Hacker News: Show HN: Cosmic – Headless CMS and API toolkit v2.0
7 by tonyspiro | 0 comments on Hacker News.
Hello HN, I’m Tony, the CEO of Cosmic (YC W19). We just released Cosmic 2.0. This release is the result of two years of dedicated work by our team which we are proud to share with you. Our new website: https://ift.tt/528hvQE Documentation: https://ift.tt/zkRxjJm . Sign up for the new Cosmic dashboard ( https://ift.tt/72Ysift ). Free plans available. Cosmic is an API-first (headless) CMS that offers a web dashboard to create content and API tools to deliver content to any website or app. Our customers use Cosmic to avoid the pain of building and maintaining their own content management infrastructure. (We originally launched on HN in 2019 https://ift.tt/HBgqGdj ) Problem: I started building Cosmic back in 2014. As a full stack web developer working at a web design and development agency, I found it tedious to build each project with the same open-source tech stack (WordPress), performing the same plugin installation, configuration set up, hosting, etc. Plus, I found that we would run into the same issues after a website was finished: clients would blow up their website by installing a rouge plugin, constant battles with bot armies, and other limitations with developing on a monolithic CMS website. Solution: I thought, “wouldn’t it be great to have a single easy-to-use dashboard interface to manage content, and dedicated API endpoints to deliver content to any website or app, regardless of tech stack or device? The result would be a website that is lighter, faster, and more secure.” Then began developing the solution I wanted. Cosmic was born, and it satisfied my needs. I then let others try it. They would build stuff using Cosmic, break stuff, I would fix it, they would break something else, rinse and repeat. Eventually I met others who were willing to work on the problem with me… Cosmic 2.0 Fast forward to today, after years of building, talking to customers, getting lots of feedback, and from that learning, building a brand new version of Cosmic that, we as a team, are really proud of. Rebuilt from the ground up, Cosmic 2.0 aims to satisfy the same needs that I had years ago: provide an intuitive dashboard to create content and powerful tools to deliver content to any website or app. Some notable improvements and new features include: 1. Overall faster, more responsive dashboard experience. 2. New JavaScript SDK https://ift.tt/IfDdmT4 3. Darkmode theme option. 4. Stricter Object type modeling and more types including video, audio, color picker, emoji, and more. 5. Content folders for better content organization. 6. Global search dashboard command palette (Command + k). Along with a new dashboard, we’ve got a brand new website, rebuilt from the ground up using: - Next.js - TypeScript - Tailwind CSS - Content managed by Cosmic (of course! We are dog-fooding our own CMS) Let us know if you have any questions in the comments below!
New top story on Hacker News: Show HN: Accelerated Docker builds on your local machine with Depot (YC W23)
23 by jacobwg | 13 comments on Hacker News.
Hello HN! We just launched a new feature we built at Depot that accelerates Docker image builds on your local machine in a team environment, and we wanted to share some of the details with you all. The launch blog post: https://ift.tt/FORM5v8 Depot is a hosted container build service - we run fully managed Intel and Arm remote build machines in AWS, with large instance sizes and SSD cache disks. The machines run BuildKit, the build engine that powers Docker, so generally anything you can `docker build`, you can also `depot build`. Most people use Depot in CI, and you could also run `depot build` from your local machine as well. That would perform the build using the remote builder, with associated fast hardware and extra fast datacenter network speeds. But then to download the container back to your local machine, BuildKit would transfer the entire container back for every build, including base image layers, since BuildKit wasn’t aware of what layers already existed on your device. The new release fixes this! To make it work, we replaced the BuildKit `--load` by making the Depot CLI itself serve the Docker registry API on a local port, then asking Docker to pull the image from that localhost registry. The CLI in turn intercepts the requests for layers and fetches them directly using BuildKit’s content API. This means Docker only asks for the layers it needs! This actually speeds up both local builds, where you only need to download changed layers, as well as CI where it can skip building an expensive tarball of the whole image every time! We ran into one major obstacle when first testing: the machine running the Docker daemon might not be the same machine running the `depot build` command. Notably, CircleCI has a remote Docker daemon, where asking it to pull from localhost does not reach the CLI’s temporary registry. For this, we built a "helper" container that the CLI launches to run the HTTP server portion of the temporary registry - since it’s launched as a container, it does run on the same machine as the Docker daemon, and localhost is reachable. The Depot CLI then communicates with the helper container over stdio, receiving requests for layers and sending their contents back using a custom simple transport protocol. This makes everything very efficient! One cool part about the remote build machines: you can share cache with anyone on your team who has access to the same project. This means that if your teammate already built all or part of the container, your build just reuses the result. This means that, in addition to using the fast remote builders instead of your local device, you can actually have cache hits on code you haven’t personally built yet. We’d love for you to check it out, and are happy to answer any questions you have about technical details! https://ift.tt/5Jhvy6c
New top story on Hacker News: Linux Networking Shallow Dive: WireGuard, Routing, TCP/IP and Nat
11 by devStorms | 5 comments on Hacker News.
Monday, May 22, 2023
New top story on Hacker News: AliExpress laptop with Intel 8088 CPU will take you back to the MS-DOS era
16 by erickhill | 1 comments on Hacker News.
Sunday, May 21, 2023
New top story on Hacker News: Domicide: At a Neolithic site, buildings that were intentionally buried
2 by diodorus | 4 comments on Hacker News.
Saturday, May 20, 2023
New top story on Hacker News: Attention, Hollywood: De-Aging Isn’t Working, So Please Stop Using It
22 by marban | 11 comments on Hacker News.
New top story on Hacker News: Almost 90M American Adults Struggle to Make Ends Meet, Census Says
37 by mennaali | 32 comments on Hacker News.
Friday, May 19, 2023
Wrike vs Asana (2023): Which is best for your business?
See how two of the top project management software solutions compare over versatility, ease of use, reporting, analytics, and bells and whistles for enterprise users.
The post Wrike vs Asana (2023): Which is best for your business? appeared first on TechRepublic.
from TechRepublic https://ift.tt/FEvaB0r
New top story on Hacker News: Uber attempting to reduce office space in SF / 31% of office leases open
15 by omgJustTest | 11 comments on Hacker News.
New top story on Hacker News: The Upper Atmosphere Is Cooling, Prompting New Climate Concerns
32 by gardenfelder | 17 comments on Hacker News.
Thursday, May 18, 2023
How to scan container images with Docker Scout
Jack Wallen demonstrates how to scan container images for vulnerabilities and dependencies with the new Docker Scout feature.
The post How to scan container images with Docker Scout appeared first on TechRepublic.
from TechRepublic https://ift.tt/QKz94Yw
New top story on Hacker News: Supreme Court Rules Andy Warhol’s Prince Art Is Copyright Infringement
30 by kens | 15 comments on Hacker News.
New top story on Hacker News: Show HN: Blend
3 by adddsa | 0 comments on Hacker News.
"Hi Team! Please add my app to your directory. Here's more info: App name: Blend Description: "Blend is a one-stop solution for D2C brands to create stunning visuals for their products in seconds. Upload your product photo to, - Remove the image background with a pixel-perfect cutout - Get AI-generated background scenes based on product category - Access 1000s of templates for different use-cases - Use the intuitive editor to make further edits with various design elements, text etc." Link: http://blendnow.com/ My best,
New top story on Hacker News: Social network ad targeting can “listen into” conversations using “Live Photos”
19 by benguild | 2 comments on Hacker News.
Wednesday, May 17, 2023
Top 10 facial recognition software vendors for 2023
Learn about the top facial recognition technology vendors. Find out how it works, what it can and can't do, and its current state.
The post Top 10 facial recognition software vendors for 2023 appeared first on TechRepublic.
from TechRepublic https://ift.tt/RjdNGXI
New top story on Hacker News: Google Analytics 4 Has Me So Frustrated, We Built Our Own Analytics Service
35 by twapi | 14 comments on Hacker News.
New top story on Hacker News: Show HN: Speeding up the code-test cycle for Java developers
27 by artpar | 1 comments on Hacker News.
Hello HN, I am Parth. In my experience, the current form of testing automation takes too long. To solve this, I am creating a developer tool to speed up the code-test cycle for Java developers. It has two main parts: Direct Invoke - lets you call any Java function directly, without the need to execute the whole call hierarchy. (e.g. an HTTP endpoint) In my normal coding workflow, I use the “Evaluate Expression” feature inside IntelliJ IDE. I usually put a breakpoint somewhere in the code and after hitting the breakpoint by calling an HTTP api, let the execution remain paused while I explore and see the return values of functions. “Evaluate Expression” was quite useful in exploring new codebases and checking return values of my own functions as a sanity test. The direct invoke feature implements the same functionality without needing to hit a breakpoint. Now, I can just navigate to any function in the editor and execute it. The parameter values are input as JSON and deserialize to an object of the required class instances. Atomic Run - lets you hot-reload the code changes and highlights the difference in the return values of the changed function before and after the hot-reload. I feel Atomic Run has the potential of replacing unit test cases, but there is a long way to go. I am thinking of implementing - Option for mocking dependency calls: We want to give the developer more control over the testing environment by allowing them to mock downstream dependency calls. - Customizing assertions: Not all differences in return values indicate breaking changes. Assertions should be flexible to accommodate non-breaking changes. - Workflow to save this data to a file (thinking something like JSON based fixtures): making it easier to organize and reuse test data. This plugin is still in the early stages, so we'd appreciate your help in ironing out any bugs you come across. Get in touch with me on my discord channel. To try it out, install Unlogged from the IntelliJ Marketplace and start your java application using the java agent (the plugin has instructions to download) Link to try the plugin: https://ift.tt/NYK5cuj
Tuesday, May 16, 2023
Splunk report sees upsides to observability
Splunk’s third annual observability report shows how a comprehensive view of systems lowers costs, cuts downtime and reduces security risks.
The post Splunk report sees upsides to observability appeared first on TechRepublic.
from TechRepublic https://ift.tt/4D1wyzs
New top story on Hacker News: Bun v0.6.0 – Bun's new JavaScript bundler and minifier
2 by tommasoamici | 1 comments on Hacker News.
New top story on Hacker News: Renewables supplied 65% of new US utility-scale generating capacity in Q1 2023
5 by kieranmaine | 0 comments on Hacker News.
New top story on Hacker News: US Senator Uses ChatGPT for Opening Remarks at a Hearing on AI
45 by makaimc | 20 comments on Hacker News.
Monday, May 15, 2023
Sunday, May 14, 2023
New top story on Hacker News: The unreasonable effectiveness of character-level language models (2015)
14 by behnamoh | 1 comments on Hacker News.
New top story on Hacker News: The Group Decode ROM: The 8086 processor's first step of instruction decoding
10 by zdw | 1 comments on Hacker News.
Saturday, May 13, 2023
New top story on Hacker News: Byte Magazine Volume 06 Number 09 – Artificial Intelligence
17 by belter | 1 comments on Hacker News.