Investing Club: Cramer says buy semiconductor stock Marvell ahead of earnings — here's why
from International: Top News And Analysis https://ift.tt/tq4IJSu
A few days ago I saw this tweet from PG: https://twitter.com/paulg/status/1496549841912094733 ...and guessed it shouldn't be too hard to make a chrome extension to do this (I had never made a chrome extension before)
So I took a stab at it - took me a bit over a day to make it, and it was fun to put together.
I responded to his tweet with the link to the extension but I'm not sure if he would've seen it.
edit: Looks like I missed the approval notification for the listing of this extension on the chrome store: https://chrome.google.com/webstore/detail/trab-tweet-reporte...
Comments URL: https://news.ycombinator.com/item?id=30502480
Points: 21
# Comments: 3
Article URL: https://media.ccc.de/v/36c3-10933-what_the_world_can_learn_from_hongkong
Comments URL: https://news.ycombinator.com/item?id=30490812
Points: 12
# Comments: 2
Article URL: https://www.talospace.com/2022/02/intel-gets-worse-but-power11-might-get.html
Comments URL: https://news.ycombinator.com/item?id=30490660
Points: 37
# Comments: 4
Article URL: https://www.oryxspioenkop.com/2022/02/attack-on-europe-documenting-equipment.html
Comments URL: https://news.ycombinator.com/item?id=30490658
Points: 31
# Comments: 12
I see many side projects that don't charge their users and was wondering why that is.
Comments URL: https://news.ycombinator.com/item?id=30490637
Points: 18
# Comments: 24
Article URL: https://aklos.substack.com/p/why-not-hire-part-time-developers
Comments URL: https://news.ycombinator.com/item?id=30490563
Points: 43
# Comments: 48
Article URL: https://twitter.com/SpencerGuard/status/1497583307504046087
Comments URL: https://news.ycombinator.com/item?id=30479381
Points: 95
# Comments: 47
Hey HN! Esolang Park is an online visual debugger interface for esoteric programming languages, that I've been working on for the past few months. For every supported language, Esolang Park provides the powerful Monaco code editor, syntax checking, debugging functionality and a visualisation of the runtime state. The core is language-agnostic - a "language provider" only needs to implement the esolang's parser, interpreter and visualisation UI (and some other little stuff).
Apart from trying to boost DX for esolangs, the idea is for this to grow into a platform where people can discover and play around with a variety of esolangs without leaving the browser. That's quite far away though - the project is quite early in development and currently only has 5 languages (Befunge-93, Brainf*ck, Chef, Deadfish and Shakespeare). Some features like non-debugging execution mode (0ms interval) are missing too.
Currently the entire source code[0] (core + language providers) is written in TypeScript and React. Esolang code execution happens in a web worker. I'm planning to add support for WASM-based language providers for better performance, particularly for non-debugging execution. There's also a wiki[1] containing a description of the core design and a guide for implementing and contributing new language providers.
Looking to hear some feedback on the idea and current implementation - bug reports are welcome too!
[0] https://github.com/nilaymaj/esolang-park
[1] https://github.com/nilaymaj/esolang-park/wiki
Comments URL: https://news.ycombinator.com/item?id=30479320
Points: 6
# Comments: 0
In 2020, Magenta released DDSP [1], a machine learning algorithm / python library which made it possible to generate good sounding instrument synthesizers from about 6-10 minutes of data. While working with DDSP for a project, we realised how it was actually quite hard to find 6-10 minute of clean recordings of monophonic instruments.
In this project, we have combined the DDSP architecture with a domain adaptation technique from speech synthesis [2]. This domain adaptation technique works by pre-training our model on many different recordings from the Solos dataset [3] first and then fine-tuning parts of the model to the new recording. This allows us to produce decent sounding instrument synthesisers from as little as 16 seconds of target audio instead of 6-10 minutes.
[1] https://arxiv.org/abs/2001.04643
[2] https://arxiv.org/abs/1802.06006
[3] https://arxiv.org/abs/2006.07931
We hope to publish a paper on the topic soon.
Comments URL: https://news.ycombinator.com/item?id=30467328
Points: 19
# Comments: 1
Article URL: https://www.kolide.com/blog/is-grammarly-a-keylogger-what-can-you-do-about-it
Comments URL: https://news.ycombinator.com/item?id=30470457
Points: 26
# Comments: 13
Comments URL: https://news.ycombinator.com/item?id=30457921
Points: 25
# Comments: 1
Article URL: https://punkjazz.org/programming-time/
Comments URL: https://news.ycombinator.com/item?id=30457900
Points: 33
# Comments: 4
Article URL: https://blues.io/blog/gps-asset-tracker-with-blues-wireless-and-react/
Comments URL: https://news.ycombinator.com/item?id=30442044
Points: 45
# Comments: 39