HN user

monkeybutton

2,461 karma
Posts20
Comments675
View on HN
en.wikipedia.org 3y ago

Smuggling of silkworm eggs into the Byzantine Empire

monkeybutton
166pts90
apnews.com 4y ago

An algorithm that screens for child neglect raises concerns

monkeybutton
1pts1
twitter.com 4y ago

Canada expanding anti-money laundering laws to crowdfunding and crypto

monkeybutton
3pts0
news.ycombinator.com 4y ago

Ask HN: How do you celebrate feature releases as a remote only company?

monkeybutton
17pts10
www.cs.virginia.edu 4y ago

A Person Paper on Purity in Language

monkeybutton
2pts0
experimentguide.com 4y ago

Trustworthy Online Controlled Experiments: A Practical Guide to A/B Testing

monkeybutton
2pts0
en.wikipedia.org 4y ago

Smuggling of silkworm eggs into the Byzantine Empire

monkeybutton
2pts0
erikbern.com 4y ago

What's Erik Up To?

monkeybutton
1pts0
github.com 4y ago

Software Engineering Blogs

monkeybutton
2pts0
en.wikipedia.org 5y ago

Ring Species

monkeybutton
5pts0
sifter.org 5y ago

Netflix Update: Try This at Home [2006]

monkeybutton
1pts0
www.cookiestatus.com 5y ago

Current Status of Browser Tracking Prevention

monkeybutton
3pts0
www.cbc.ca 5y ago

Parents of children with autism call for cameras in classrooms

monkeybutton
1pts0
archive.macleans.ca 5y ago

Deep River – Almost the perfect place to live (1958)

monkeybutton
1pts0
pdfaiw.uspto.gov 5y ago

Billboard Interface for Vehicle Displays

monkeybutton
1pts0
wttdotm.com 5y ago

The Little Tok of Horrors

monkeybutton
3pts0
old.reddit.com 5y ago

Employer demanding [video call] to identify employees who leaked salary info

monkeybutton
5pts0
matpalm.com 5y ago

Counting Bees on a Raspberry Pi with a ConvNet

monkeybutton
3pts0
www.vice.com 5y ago

The Oral History of 'Guitar Hero'

monkeybutton
3pts0
www.vice.com 5y ago

Facial Recognition Company Lied to School District About Its Racist Tech

monkeybutton
4pts4

From an organizational standpoint its better because it lets a sysadmin/security person sandbox anything and everything instead of having to become proficient with the tooling for every different language (which may not even exist).

How Imagen Works 4 years ago

Perhaps it's the combination of AI being so overhyped in the general public plus media that's already inundated with CGI, that it just doesn't blow them away?

Just reading certain code is enough to taint a human programmer though. Some companies have policies against hiring developers with experience on some OSS projects because they have their own clean room implementation they want to protect.

Just need to reword it a bit, "This Disney character doesn't exist" can also be "This is not a Disney character (because it doesn't exist)". Sums up the assertion being made well too. Not a Disney character. Except their lawyers may disagree.

An interesting exercise would be recreating an entire program/tool that is GPL using copilot and releasing under a less restrictive license. Could one could argue that the effort put into cobbling together a knock-off is enough to constitute an original work?

Running a copyrighted movie through a neural network compression algorithm and uploading it on bittorrent isn't going to stop you from being sued. Even if the output is produced by an AI.

We have evidence suggesting that cannabis use, primarily THC in cannabis, in genetically predisposed or at-risk populations, leads to earlier diagnosis of psychosis/schizophrenia. This tells us that THC in cannabis has a small causative effect on schizophrenia.

A small effect on people who were already at risk. The sky is hardly falling with legalization.

The best datascience projects are ones that started collecting good data 3 months ago. The hardest thing I've had to do is convince engineers to involve DS people in the design phase of their work. Initially they just don't see us, or see us as an annoying extra stakeholder. But it's more annoying to go back to already deployed code and add data collection to it and then waiting, so they learn fast. Anyways, like the OP's link says, there's no magic modelling work that can bring back those missing features and data.

All the confluence hate speaks to my soul. It's where ideas go to die. If you want to start a successful internal project and someone tells you to start documenting your ideas there, you might as well just move on to something else. Whatever you were going to do is already dead. It's just so ignorable. Nobody gives a shit about a confluence doc. Write up your thoughts and send it as an email to your boss, your peers, whoever. That demands a response and you'll get one, for good or ill! Getting outright rejected is still better than the sad withering away that is putting it into confluence. Anyways, what's the most common signal that people hate confluence? When they use it as a link repository to docs stored elsewhere.

Everything turning into an edit action when I just want to click a link or copy a bit of text is super annoying! Also is thinking you're in a text field, typing out something and realizing you've done a whole bunch of random actions because of all the hotkeys.

I find it really interesting that one of the consequences is increased obesity in offspring. It's basically evolution passing on the message from one generation to the next: "Pack on those extra calories when you can kid, you're gonna need them!" Then when those environmental stressors are gone the signal is turned off for next generation. Sort of a short-term but cross-generational mechanism for optimizing metabolism. Wild.

Methinks you are replying to the wrong comment? But for the fun of it, the large three letter mainframe company made an effort to rewrite their COBOL compiler's backend to use the same JIT compiler they have for Java (check slides 5 and 8): https://www.slideshare.net/MarkStoodley/under-the-hood-of-th...

Such a change would be transparent to the end user.. Except for gotchas like not all users have the source code for all of their dependencies. What happens if you want to update your program and you have a dependency on a binary from some vendor who went defunct 35 years ago? You're stuck compiling against whatever artifacts you have so does transpiling to C still work?

Can it also apply to the time until an event which hasn't yet happened? Ie. a system you have never observed crashing before, has been running for T hours. So being on average half way through its lifespan, will probably run another T hours without incident.