Found 8875 bookmarks
Newest
How DEC’s LANBridge 100 Gave Ethernet A Fighting Chance
How DEC’s LANBridge 100 Gave Ethernet A Fighting Chance
When Ethernet was originally envisioned, it would use a common, shared medium (the ‘Ether’ part), with transmitting and collision resolution handled by the carrier sense multiple access…
·hackaday.com·
How DEC’s LANBridge 100 Gave Ethernet A Fighting Chance
4 ways GitHub engineers use GitHub Copilot
4 ways GitHub engineers use GitHub Copilot
GitHub Copilot increases efficiency for our engineers by allowing us to automate repetitive tasks, stay focused, and more.
·github.blog·
4 ways GitHub engineers use GitHub Copilot
Knowing Machines
Knowing Machines
Knowing Machines is a research project tracing the histories, practices, and politics of how machine learning systems are trained to interpret the world.
·knowingmachines.org·
Knowing Machines
On Cloud Computing And Learning To Say No
On Cloud Computing And Learning To Say No
Do you really need that cloud hosting package? If you’re just running a website — no matter whether large or very large — you probably don’t and should settle for basic host…
·hackaday.com·
On Cloud Computing And Learning To Say No
Our Approach to Labeling AI-Generated Content and Manipulated Media | Meta
Our Approach to Labeling AI-Generated Content and Manipulated Media | Meta
We will begin labeling a wider range of video, audio and image content as "Made with AI" when we detect industry standard AI image indicators or when people disclose that they’re uploading AI-generated content.
·about.fb.com·
Our Approach to Labeling AI-Generated Content and Manipulated Media | Meta
AI Has an Uber Problem
AI Has an Uber Problem
How Silicon Valley’s Race for Monopoly Inhibits Product-Market Fit
·oreilly.com·
AI Has an Uber Problem
In A Twist, Humans Take Jobs From AI
In A Twist, Humans Take Jobs From AI
Back in the 1970s, Rockwell had an ad that proudly proclaimed: “The best electronic brains are still human.” They weren’t wrong. Computers are great and amazing, but — for n…
·hackaday.com·
In A Twist, Humans Take Jobs From AI
SPICE Simulation Models
SPICE Simulation Models
An important key to performing accurate and successful SPICE simulation is to use high quality SPICE models. Learn how to use these models in Multisim.
·ni.com·
SPICE Simulation Models
Query Your C Code
Query Your C Code
If you’ve ever worked on a large project — your own or a group effort — you know it can be difficult to find exactly where you want to be in the source code. Sure, you can use cta…
·hackaday.com·
Query Your C Code
The Story Behind The XZ Backdoor Is Way More Fascinating Than It Should Be
The Story Behind The XZ Backdoor Is Way More Fascinating Than It Should Be
Every few years, it seems, we’re reminded of the incredible number of dependencies built into the software we all rely on. Remember kik? Or Chef Sugar? Or any number of similar situations? The xkcd…
·techdirt.com·
The Story Behind The XZ Backdoor Is Way More Fascinating Than It Should Be
A History of Source Control Systems: SCCS and RCS (Part 1)
A History of Source Control Systems: SCCS and RCS (Part 1)
Updates April 7th, 2024 I received an email from Marc Rochkind. He recounts some details of the creation of SCCS. I attached the email at the end of the article and made corrections inside the article. Most importantly, check out Marc’s original paper. Thank you all for the kind comments and interesting discussion Hacker News and Lobste.rs. HN Thread and lobste.rs thread. A History of Source Control Systems: SCCS and RCS Source Control Management (SCM) Systems, have a long and rich history.
·experimentalworks.net·
A History of Source Control Systems: SCCS and RCS (Part 1)
Testing
Testing
Testing is almost universal in software development, yet it’s common to treat it like a chore, or an after thought. Sure, test-driven development (TDD) is a means to influence what the public interface should look like by having the developer pretend the class already exists, and then implementing it to make the tests pass… but how often is TDD applied? And how often is it applied consistently? What’s the magic test-coverage percentage that you (or your lead) are satisfied with, and why that number, in particular? What the heck is “shifting left”, and how religiously shoud you stick to the test pyramid? Can automated testing happen in production?
·blog.dawnofthe.dad·
Testing