Thursday, 25 April 2024

New top story on Hacker News: Show HN: I made a programmable computer from NAND gates

Show HN: I made a programmable computer from NAND gates
22 by ArchAndStarch | 0 comments on Hacker News.
I am proud to present my solo hobby project NAND. This year-long undertaking follows the completed Nand to Tetris course, but ported to the web with its own runtime, user interface, and IDE. Using the "Load example program" selector, you can try out some programs I wrote on NAND's emulated hardware such as 2048, a genetic algorithm, and a manual stack overflow to corrupt the screen. Check out NAND at https://nand.arhan.sh Additionally, I've authored an extensive writeup about the project. Read about it on the GitHub repository's readme.

Thursday, 18 April 2024

New top story on Hacker News: Should Apple Kill Siri and Start Over?

Should Apple Kill Siri and Start Over?
3 by marban | 0 comments on Hacker News.


New top story on Hacker News: Ask HN: One-person companies–how do you manage it all and stay sane?

Ask HN: One-person companies–how do you manage it all and stay sane?
21 by terabytest | 9 comments on Hacker News.
I run a one-person company and struggle with the workload across planning, development, finance and managing contractors. How do others in similar situations manage tasks and maintain sanity? Which strategies and tools do you find effective?

New top story on Hacker News: Windows 10 will start nagging you to switch from local account to MS Account

Windows 10 will start nagging you to switch from local account to MS Account
65 by croes | 46 comments on Hacker News.


New top story on Hacker News: Google is combining its Android and hardware teams – and it's all about AI

Google is combining its Android and hardware teams – and it's all about AI
22 by thecybernerd | 5 comments on Hacker News.


Saturday, 13 April 2024

Parineeti pens heartfelt note of gratitude

Parineeti Chopra is receiving acclaim for her work in Imtiaz Ali's ‘Amar Singh Chamkila’. The actress plays the role of singer Amarjot Kaur in the biopic drama which has Diljit Dosanjh in the titular role.

from Entertainment News, Celebrity News, Latest Movie News, Breaking News | Entertainment - Times of India https://ift.tt/8tBs1KI

Thousands assembled at border outposts to see retreat ceremonies, urged to vote responsibly to strengthen democracy

Baisakhi echoes the election near the Pakistan border, urging voters for high turnout. EC initiatives educate and engage voters, enhancing democratic participation.

from India News | Latest India News Headlines & Live Updates from India - Times of India https://ift.tt/CRMu6nm

New top story on Hacker News: AI-Startup Launches Ever-Expanding Library of Free Stock Photos and Music

AI-Startup Launches Ever-Expanding Library of Free Stock Photos and Music
9 by nen-nomad | 1 comments on Hacker News.


New top story on Hacker News: The Arc Product-Market Fit Framework

The Arc Product-Market Fit Framework
15 by msolujic | 1 comments on Hacker News.


Friday, 12 April 2024

New top story on Hacker News: Show HN: Wunderbar – Learn language while working on your Mac

Show HN: Wunderbar – Learn language while working on your Mac
17 by mertbio | 11 comments on Hacker News.
Hey everyone, I've been living in Germany for a while now and struggling to pick up German. Even though I finished a B1 level language course, remembering all the common German words has been tough. I've tried a bunch of apps, but couldn't stick to any of them. Last month, I had an idea. I thought, what if I could see a German word and its meaning on the Menu Bar of my Mac? That way, I could learn new words while working without needing to set aside dedicated time. The app uses a spaced-repetition algorithm, so you'll see the same word multiple times until you've got it down. And even after you've learned it, you'll still see it again to make sure you don't forget. After making the app, lots of people asked me to include other languages, therefore I’ve added languages like Spanish, French, Dutch, Swedish, Japanese, and Italian. You can download the app here ($3.99): https://ift.tt/1L6kyAJ There's no subscription or anything like that. You pay once and it's yours forever. Let me know what you think!

Wednesday, 10 April 2024

Japan is giving Washington 250 new cherry trees to replace those to be lost in construction work



from Yahoo News - Latest News & Headlines https://ift.tt/HFgmtir

New top story on Hacker News: Show HN: Sonauto – a more controllable AI music creator

Show HN: Sonauto – a more controllable AI music creator
55 by zaptrem | 27 comments on Hacker News.
Hey HN, My cofounder and I trained an AI music generation model and after a month of testing we're launching 1.0 today. Ours is interesting because it's a latent diffusion model instead of a language model, which makes it more controllable: https://sonauto.ai/ Others do music generation by training a Vector Quantized Variational Autoencoder like Descript Audio Codec ( https://ift.tt/a6bjSzJ ) to turn music into tokens, then training an LLM on those tokens. Instead, we ripped the tokenization part off and replaced it with a normal variational autoencoder bottleneck (along with some other important changes to enable insane compression ratios). This gave us a nice, normally distributed latent space on which to train a diffusion transformer (like Sora). Our diffusion model is also particularly interesting because it is the first audio diffusion model to generate coherent lyrics! We like diffusion models for music generation because they have some interesting properties that make controlling them easier (so you can make your own music instead of just taking what the machine gives you). For example, we have a rhythm control mode where you can upload your own percussion line or set a BPM. Very soon you'll also be able to generate proper variations of an uploaded or previously generated song (e.g., you could even sing into Voice Memos for a minute and upload that!). @Musicians of HN, try uploading your songs and using Rhythm Control/let us know what you think! Our goal is to enable more of you, not replace you. For example, we turned this drum line ( https://ift.tt/3ag46xD ) into this full song ( https://ift.tt/MY9VlUN skip to 1:05 if impatient) or this other song I like better ( https://ift.tt/tiSshRX - we accidentally compressed it with AAC instead of Opus which hurt quality, though) We also like diffusion models because while they're expensive to train, they're cheap to serve. We built our own efficient inference infrastructure instead of using those expensive inference as a service startups that are all the rage. That's why we're making generations on our site free and unlimited for as long as possible. We'd love to answer your questions. Let us know what you think of our first model! https://sonauto.ai/