Cressi Nepto for Subsurface
4 by jaeckel | 0 comments on Hacker News.
World News - Find latest world news and headlines today based on politics, crime, entertainment, sports, lifestyle, technology and many
Tuesday, 30 April 2024
Monday, 29 April 2024
Sunday, 28 April 2024
Saturday, 27 April 2024
UP Congress urges top party leadership to field Rahul from Amethi, Priyanka Raebareli
As border debate shifts right, Sen. Alex Padilla emerges as persistent counterforce for immigrants
from Yahoo News - Latest News & Headlines https://ift.tt/qSbNzQl
Friday, 26 April 2024
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.
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.
Wednesday, 24 April 2024
Iran threatens to annihilate Israel should it launch a major attack
from Yahoo News - Latest News & Headlines https://ift.tt/OKGt9Ec
Tuesday, 23 April 2024
Monday, 22 April 2024
Sunday, 21 April 2024
Saturday, 20 April 2024
Friday, 19 April 2024
Thursday, 18 April 2024
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?
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?
Wednesday, 17 April 2024
Tuesday, 16 April 2024
Monday, 15 April 2024
Sunday, 14 April 2024
Medical Mysteries: Years of hives and fevers traced to a startling cause
from Yahoo News - Latest News & Headlines https://ift.tt/wMlm5ru
Saturday, 13 April 2024
Parineeti pens heartfelt note of gratitude
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
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!
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!
Thursday, 11 April 2024
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/
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/
Tuesday, 9 April 2024
Monday, 8 April 2024
Sunday, 7 April 2024
Saturday, 6 April 2024
Friday, 5 April 2024
Thursday, 4 April 2024
Wednesday, 3 April 2024
Tuesday, 2 April 2024
Monday, 1 April 2024
WATCH: Dashcam Video Shows Moment Car Registered to Chiefs Star Rashee Rice Causes Six-Car Accident
from Yahoo News - Latest News & Headlines https://ift.tt/ANpikHu
Subscribe to:
Posts (Atom)