The best Hacker News stories from All from the past day

Go back

Latest posts:

Traveling with Apple Vision Pro

Amazon reveals first color Kindle, new Kindle Scribe, and more

Amazon reveals first color Kindle, new Kindle Scribe, and more

FTC announces "click-to-cancel" rule making it easier to cancel subscriptions

FTC announces "click-to-cancel" rule making it easier to cancel subscriptions

Show HN: Graphite, a Blender-inspired 2D procedural design Rust app

For the past three years I've been building what I hope will be the next Blender, tackling the lack of any good 2D design or image editing tools outside the Adobe monopoly. This was our first year participating in Google Summer of Code and this Q3 update includes the big payoff from that, covering the most progress we've made so far as a project. If you're a Rust dev, consider getting involved as we apply for the next GSoC in the new year— you could be our intern next summer :)<p>Q3 progress report: <a href="https://graphite.rs/blog/graphite-progress-report-q3-2024/" rel="nofollow">https://graphite.rs/blog/graphite-progress-report-q3-2024/</a>

Apple introduces iPad mini built for Apple Intelligence

Apple introduces iPad mini built for Apple Intelligence

The C23 edition of Modern C

The C23 edition of Modern C

Sqlite3 WebAssembly

Sqlite3 WebAssembly

Web Browser Engineering (2021)

Web Browser Engineering (2021)

Show HN: I built the most over-engineered Deal With It emoji generator

Hi, all! Author here. What started as a small tool I built for a job interview, became "The Most Over-engineered Deal With It Emoji Generator":<p>- All operations done fully client-side - no backend, no private data leaves your browser. - Uses machine learning models (MediaPipe Face Detector task) to automatically scale and position glasses on the detected faces. - Extensive customization options for glasses: - Placement of glasses anywhere on the input image (including slightly going outside it). - Change the size of glasses. - No limit on the number of glasses. - Flip the glasses vertically or horizontally. - Customize the direction from which the glasses appear on the image. - Different types of glasses. - GIF output options: - Looping mode. - Number of frames. - Frame delay. - Separate delay setting for last frame. - Output size. - Celebration confetti - Easter eggs.<p>I've been working remotely for the last >9 years. When using non-verbal communication, it's important that your tone and intent comes across accurately.. Custom emojis became for me part of expressing yourself, creating bonds and camaraderie. I've originally created an MVP of this tool while applying for a exciting new job opportunity. As a showcase of my passion for programming, building teams and creating delightful user experiences. Unfortunately, they were not impressed and ultimately did not offer me the job :( But I wanted to polish it and release it for everyone to use for free, so that you can too "Deal With It"!<p>I have more ideas for even more features (check GitHub[1]), but wanted to launch it and see what's the feedback and ideas from the community! And if you're looking for a Fullstack Developer with >14 years of experience, with passion for great customer experience (remote work or locally in Iceland), let's chat!<p>[1] - <a href="https://github.com/klimeryk/dealwithit">https://github.com/klimeryk/dealwithit</a>

Show HN: I built the most over-engineered Deal With It emoji generator

Hi, all! Author here. What started as a small tool I built for a job interview, became "The Most Over-engineered Deal With It Emoji Generator":<p>- All operations done fully client-side - no backend, no private data leaves your browser. - Uses machine learning models (MediaPipe Face Detector task) to automatically scale and position glasses on the detected faces. - Extensive customization options for glasses: - Placement of glasses anywhere on the input image (including slightly going outside it). - Change the size of glasses. - No limit on the number of glasses. - Flip the glasses vertically or horizontally. - Customize the direction from which the glasses appear on the image. - Different types of glasses. - GIF output options: - Looping mode. - Number of frames. - Frame delay. - Separate delay setting for last frame. - Output size. - Celebration confetti - Easter eggs.<p>I've been working remotely for the last >9 years. When using non-verbal communication, it's important that your tone and intent comes across accurately.. Custom emojis became for me part of expressing yourself, creating bonds and camaraderie. I've originally created an MVP of this tool while applying for a exciting new job opportunity. As a showcase of my passion for programming, building teams and creating delightful user experiences. Unfortunately, they were not impressed and ultimately did not offer me the job :( But I wanted to polish it and release it for everyone to use for free, so that you can too "Deal With It"!<p>I have more ideas for even more features (check GitHub[1]), but wanted to launch it and see what's the feedback and ideas from the community! And if you're looking for a Fullstack Developer with >14 years of experience, with passion for great customer experience (remote work or locally in Iceland), let's chat!<p>[1] - <a href="https://github.com/klimeryk/dealwithit">https://github.com/klimeryk/dealwithit</a>

World conker champion found with steel chestnut, cleared of cheating

Embedded Rust in Production?

Commonly used arm positions can overestimate blood pressure readings: study

Gosub – An open-source browser engine

Last year I wrote a post about trying to make a change in the world by writing a browser.<p>Today, we're excited to introduce Gosub, a new open-source browser engine that we are building from the ground up in Rust!<p>Gosub aims to be a modern, modular, and highly flexible browser engine. While still in the early development and experimentation phase, Gosub is shaping up nicely, and we’re looking to onboard more contributors to help us bring this project to life.<p>Some of the key highlights:<p><pre><code> * Written in Rust: We're leveraging Rust's safety and performance features to create a robust and efficient engine. * Modular Design: The project is organized around modules, allowing for clean separation of concerns and easier collaboration. It also allows us to easily swap components based on needs and allows more freedom for engine implementers in the future. * Collaborative and open source: We’re building Gosub with the intention of making it approachable and open to contributions, aiming to create a project that's easier to understand and collaborate on compared to existing browsers. </code></pre> Instead of writing another shell around Chromium or WebKit, we decided to write a browser engine from scratch. We believe that having a diverse landscape of engines is the only way to defeat a monoculture that is currently threatening current browsers and by extension the internet itself. We cannot and should not let a very small number of large companies dictate the future of the web and its usage.<p>With Gosub, we're aiming to build something more approachable that can evolve with the latest web technologies, all while being open to contributors from day one.<p>We’re looking for developers with or without experience in Rust. You just need to be interested in browser technologies. There are plenty of opportunities to work on core modules, document our progress, and help shape the project's direction.<p>We can already render simple pages, including the hackernews front page. However, to render most sites correctly, it is still a long journey, so come and join us!

< 1 2 3 ... 17 18 19 20 21 ... 712 713 714 >