You're a skilled developer looking for a job in hospitality, food tech, and automation, and are struggling with unemployment and debt. You're suggesting AI developers consider empathy and humanity in their work.
Appeals Centre Europe found Meta rarely provides evidence in cases of wrongly banned social media users. The centre disagreed with platforms in 59% of nearly 3,000 reviewed decisions, including hate speech cases.
Adafruit received a letter from Flux's counsel demanding they stop publishing an article about Flux's intellectual property and user base. Adafruit has temporarily stopped publishing to consider their response to the demand.
This walking tour in downtown Seattle aims to expose the hidden layers of surveillance technology in the city, including cameras, license plate readers, and data collection systems, and to raise questions about their use and impact on society. The tour highlights various surveillance tools and sites, including Amazon Go, Acyclica, the Washington State Fusion Center, and a peering site, and ...
The author promotes Janet, a small, easy-to-learn Lisp dialect with a simple syntax and powerful features like macros and implicit serialization. Janet is ideal for writing command-line apps, scripting, and embedding in other languages due to its ease of use and flexibility.
FidoNet is a point-to-point email network that uses modems to connect over 20,000 nodes worldwide, allowing users to send and receive email and news. The network was developed in 1984 and has a unique addressing system, with gateways to the Internet and other networks, and a strong focus on user autonomy and minimal technical support.
The user created WhisperPad to help people with hand injuries like themselves type more efficiently, but Apple rejected the app due to a guideline issue. The user decided to release a compromised version on the App Store and a full version directly, which led to a better-organized product and a new understanding of their build configuration.
Plasma is transitioning to Wayland, removing X11 support in Plasma 6.8. This change will allow for new performance improvements and features, but may require custom scripts and workflows to adapt.
Systemd timers are a modern alternative to traditional cron jobs, offering more flexibility and features such as stdout and stderr output control and calendar versus time span units. They can be configured to run at specific times, intervals, or relative to other events, and provide a clear picture of scheduled tasks with the list-timers subcommand.
Hackers can easily take over Instagram accounts by tricking Meta's support AI into sending verification codes to an arbitrary email address. This zero-auth password reset method bypasses 2FA and allows attackers to gain full ownership of the account, with the AI being easily fooled by simple methods.
CSS Scroll-driven animation timelines enable parallax effects without JavaScript, improving performance and simplicity. A utility class uses a single block of declarative styles to create a parallax animation with a variable offset and scale.
The author created a ham-radio version of teletext called Spectel, using the AX.25 protocol to transmit digital information over radio waves. Spectel uses Python and was assisted by AI, but the author remains ambivalent about the use of vibe coding in the project.
Great Question is hiring an AI-native Software Engineering intern for a 3-month summer program. The intern will work on real AI-focused projects, own a project from day one, and collaborate with the CTO as a mentor.
The user is developing a fully working computer the size of a credit card, with a thickness of around 1mm, and is sharing the process and challenges of creating it.
SpaceX plans a $75bn stock market debut on Nasdaq, followed by AI firms Anthropic and Open seeking up to $60bn each. The three listings could add $4trn to US market value.
The user created an app called GridLion to restore grid-based virtual desktops to macOS, a feature removed in Lion. They used an LLM to help with development, but found it challenging to create a polished app due to macOS limitations and permission requirements.
Paul McGowan's insight is that quality is what remains when flaws are removed. He suggests that customer delight, curiosity, satisfaction, and trust are all preserved if not ruined by external factors.
CQL is an open-source, production-ready data processing system using category theory for querying, combining, and evolving databases. It guarantees correctness through an embedded automated theorem prover and preserves data quality with perfect provenance.
Chipotle's Pepper AI chatbot was hacked and turned into a free coding agent called Chipotlai Max. It's a community project to add support for other retailers' chatbots.
The .NET file format's custom attribute storage mechanism is poorly designed, causing significant complexity and performance issues due to its reliance on Fully Qualified Names (FQNs) and lack of deduplication. This design choice is unnecessary and inefficient, especially considering the existing database system for storing metadata references efficiently.
OpenAI models and Codex are now available on AWS, allowing customers to build AI applications with existing security and governance controls. This partnership reduces friction around AI adoption, enabling customers to move faster from evaluation to production.
Project Glasswing is expanding to 150 new organizations in 15 countries to secure software with AI. The goal is to adapt to AI's changing cybersecurity landscape and prevent catastrophic attacks affecting over 100 million people.
Jane Street developed Bonsai_term, a terminal UI framework, to create fast and keyboard-centric apps. Bonsai_term uses a declarative, type-safe approach and is well-suited for AI assistance and testing.
This course teaches students to develop their own language models using Python and PyTorch, with a focus on implementation and systems optimization. Assignments involve building a standard Transformer model, optimizing attention, and applying RL to train LMs to reason.
Mosquitoes spread diseases like dengue and Zika, killing hundreds of millions yearly. Debug uses male mosquitoes with Wolbachia bacteria to stop bad mosquitoes from reproducing.
AI agents should guide students in CS336 through explanation, feedback, and debugging, not directly completing assignments. They should review code, suggest improvements, and provide high-level guidance to help students learn through implementation-heavy projects.
The standard approach maps 0 to 0.0 and 255 to 1.0, while the alternative adds a 0.5 bias and divides by 256. The standard approach is a mid-riser quantizer with L=255, wasting bandwidth but suitable for image processing.
The user spent a weekend exploring OpenClaw and Claude APIs, discovering that encrypted reasoning blocks can be replayed across sessions and accounts, potentially exposing sensitive information. However, the user was unable to extract model prompts, but found that reasoning itself can be leaky, allowing for side-channel attacks to extract secret data.