Odd. I’ve used Firefox exclusively for the past 4 years and am a tab hoarder (150+) and my laptop is as quiet as the night with Firefox using very little memory when compared to Chrome
HN user
piqalq
Ah, different use case then as opposed to using AI or ML for drug discovery.
I agree, robots are hit and miss
AI
What makes you think that? Media? What are you including under the umbrella of AI? ML, Deep Learning? Are you in the industry?
I’ve wondered, why are these types of games, such as Screeps or WarriorJS only ever made to be played with JS. Why not Python or Go or Assembly?
I think he means the volatility/instability of it.
I can tell you, a very bad one.
Are you simply wanting to see your data, or do you want it deleted? After GDPR comes in I’m going to be looking into the latter.
How’s that going? I was pretty surprised when I’d downloaded my data to see they hadn’t given me so much of what I know they have...
Not as good as -
“StackOverflow: How to add numbers”
What do you think commits are?
git commit -m -S “just having my 4th Oreo milkshake haha”
I see what you’re getting at, but this would be a very lengthy and arduous process. Not to mention, many ML and DL algorithms are incredibly mathematically complex that describing them with literal step-by-step detail sounds like hell.
It’s a pain in the ass. I built one for a steganography thesis and the psychoacoustic model is really what made it difficult.
The psychoacoustic model took more time on its own to code than the PCM splitting, MDCT, windowing and Huffman coding.
It’s a fun project however painful. There’s a MP3 encoder from the early 90s floating around that you can use as a base if you can fix the legacy code. I can’t remember the name though, sorry.