HN user

lixtra

2,318 karma
Posts31
Comments897
View on HN
www.sciencedaily.com 3y ago

News addiction linked to poor mental wellbeing and physical health

lixtra
7pts1
twitter.com 3y ago

Models memorize images from their training data and emit them at generation time

lixtra
2pts0
twitter.com 3y ago

In Europe, the bird will fly by our EU rules

lixtra
51pts161
www.gambit-project.org 4y ago

Gambit – open-source tools for doing computation in game theory

lixtra
84pts17
www.medrxiv.org 4y ago

Vitamin D Supplements for Prevention of Covid-19 [pdf]

lixtra
15pts8
unherd.com 4y ago

Were Masks a Waste of Time?

lixtra
8pts1
www.tabletmag.com 4y ago

Saving Democracy from the Pandemic

lixtra
6pts1
www.science.org 4y ago

Vax the World

lixtra
1pts0
ccr.sigcomm.org 4y ago

Congestion Avoidance and Control (1988) [pdf]

lixtra
1pts0
www.welt.de 5y ago

German court fines YouTube 100k USD for not reinstating deleted video

lixtra
5pts2
www.cnbc.com 5y ago

J&J agrees to stop selling opioids nationwide in settlement with New York state

lixtra
4pts0
twitter.com 5y ago

Belavia flight B2869 from Minsk to Barcelona not entering EU airspace

lixtra
1pts0
jamanetwork.com 5y ago

Association of Vitamin D Level with SARS-CoV-2 Seropositivity

lixtra
2pts0
www.atlassian.com 5y ago

Atlassian moving to cloud only by 2024

lixtra
7pts2
en.wikipedia.org 6y ago

Groupthink

lixtra
1pts0
covid19info.live 6y ago

Covid19info

lixtra
49pts2
mobile.twitter.com 6y ago

Greater cognitive ability is generally advantageous – never detrimental

lixtra
2pts0
en.wikipedia.org 6y ago

Nongqawuse and the Xhosa cattle-killing movement

lixtra
2pts0
news.ycombinator.com 6y ago

Ask HN: Security Strategy Buildung Blocks

lixtra
2pts2
cultresearch.org 6y ago

Meditation May Be Hazardous (2016)

lixtra
5pts0
economictimes.com 7y ago

India: Draft law proposes 10-year jail term for dealing in cryptocurrency

lixtra
4pts0
www.ynsect.com 7y ago

Ÿnsect Raises $125m to Become World Leader in Alternative Protein [pdf]

lixtra
1pts0
hsm.stackexchange.com 7y ago

Did amateur mathematicians ever produce important proofs?

lixtra
3pts0
translate.googleusercontent.com 7y ago

The day the electricity ran out

lixtra
3pts0
blog.trello.com 7y ago

Why you need to say no at work

lixtra
1pts0
blog.rstudio.com 7y ago

Announcing RStudio Package Manager

lixtra
2pts0
www.weforum.org 7y ago

WEF: The Global Competitiveness Report 2018

lixtra
2pts0
rawgraphs.io 7y ago

RAWGraphs, the missing link between spreadsheets and data visualization

lixtra
1pts0
weblog.masukomi.org 7y ago

Utu: Saving the internet with hate(2007/2018)

lixtra
1pts1
www.laquadrature.net 7y ago

French school distributes 24/7 traceable tag

lixtra
11pts1

You set up an HTTP server that literally sends people the data when they request it. Don't do that if you don't want people to have the data.

By the same argument I could say: If I send you an exploit and you execute it, don’t complain that your setup fell for it. Just don’t download and run random data from the internet.

In reality there’s a consent and expectation beyond the pure technicals.

Of course, all the generated code has to reviewed and vetted for by a senior developer. Of course, this has to be re-done every now and then when new classes of vulnerabilities appear that the previous generation didn’t have in mind.

Or do you just trust the AI that was trained on a lot of bogus code?

Hand in your paper when you’re on vacation or even better on a conference in Europe. GDPR will apply. Of course it will take so long that you won’t benefit from a decision for your studies. And one possible outcome is that your college won’t allow submitting from EU and won’t admit EU citizens (similar to US citizens having difficulties opening accounts in EU banks).

Somehow this code lacks the magic I‘m used from rails:

    class BooksController < ApplicationController
    def show
        @book = Book.find(params[:id])
        add_breadcrumb("Home", path: root_path)
        add_breadcrumb("Books", path: books_path)
        add_breadcrumb(@book.title)
      end
    end
Only the title is specific to the show method. Home should be set by the application controller and Books by the books controller code.
SQL needed structure 11 months ago

Yes, you could use union. But then you have to pad the columns of the other tables with NULLs to arrive at the same output and carefully count. And we all hate counting.

Maybe thought provoking. But sad to read ai garbage. It’s easy to imagine a better world. But you also need to provide a way to reach it. For example a lot of things are wrong with docker. But it enables us to run yesterday’s software in the cloud. Tomorrow’s software is not written yet.

It makes writing the happy path slower, but is writing the happy path _programming?_

The happy path is just fine for many cases.

Your home isn’t built to withstand a determined attacker with a tank. But we live in a happy world and a lot of stuff exists because people can cut corners.

Good managers/programmers know where they can be sloppy and where they have to be super careful.

The beauty of technical debt is that it only has to be repaid in case of success.

What’s the advantage of INSERT-only table over having a normal table and all normal users only have INSERT privilege on that table?

As admin I can still recreate the whole insert table with modified data, etc.

When were Chinese shipping lanes threatened by the west last time?

A potential threat does not count. China potentially threatens the destruction of the west coast by nukes, so by your argument the US should have gone to war long ago if potential threats count.

Hmm. So far they only sold lifetime subscriptions priced at less than a years worth of monthly subscriptions. I would be scared to fail my subscribers if I run out of money and have to shut down.