HN user

yladiz

3,199 karma
Posts44
Comments1,201
View on HN
github.com 18d ago

Nocode: Way to write secure and reliable applications

yladiz
1pts0
en.wikipedia.org 1mo ago

Lippmann Plate

yladiz
3pts0
www.ifixit.com 3mo ago

Ask iFixit: How Do I Fix Sticky Plastics?

yladiz
5pts0
en.wikipedia.org 3mo ago

Democracy Manifest

yladiz
2pts1
www.bbc.com 5mo ago

In the AI gold rush, tech firms are embracing 72-hour weeks

yladiz
67pts92
www.dw.com 7mo ago

AI language models duped by poems

yladiz
1pts0
slate.com 9mo ago

Why Bob Dylan shouldn't have gotten the Nobel Prize for literature

yladiz
8pts5
en.wikipedia.org 11mo ago

Klotski

yladiz
4pts0
romanliutikov.com 1y ago

Bringing granular updates to React, the Clojure way

yladiz
2pts0
www.fastcompany.com 1y ago

What is a micro-retirement? Inside the latest Gen Z trend

yladiz
3pts2
qz.com 1y ago

AI layoffs start hitting a wide swath of Corporate America

yladiz
5pts4
www.scattered-thoughts.net 1y ago

Against SQL (2021)

yladiz
4pts1
en.wikipedia.org 1y ago

Little Rock Nine

yladiz
4pts0
www.bbc.com 1y ago

Problems with axing fact-checkers, Meta oversight board says

yladiz
3pts0
www.bbc.com 1y ago

DVD shop owner vows to be ‘last man standing’

yladiz
57pts55
rollei35af.com 1y ago

Rollei 35AF

yladiz
1pts0
www.bbc.com 2y ago

Shelley Duvall has died

yladiz
251pts78
www.youtube.com 2y ago

Has Generative AI Already Peaked? [video]

yladiz
27pts11
kottke.org 2y ago

Beer Me, Obi-Wan

yladiz
2pts0
koreajoongangdaily.joins.com 2y ago

Korea to welcome 'digital nomads' with new visa starting Jan. 1

yladiz
227pts257
polylith.gitbook.io 2y ago

Polylith in a Nutshell

yladiz
2pts0
news.ycombinator.com 3y ago

Tell HN: Happy Mother’s Day

yladiz
5pts1
www.reuters.com 3y ago

Elon Musk found not liable in fraud trial over take-private tweets

yladiz
6pts0
www.dw.com 3y ago

KFC 'sorry' for Germany's Reichspogromnacht promotion

yladiz
18pts6
www.darktable.org 4y ago

Darktable 4.0: 3763 Days Later

yladiz
1pts0
www.bbc.com 4y ago

The forbidden erotica of ancient Pompeii

yladiz
7pts0
digiday.com 5y ago

How Vice is preparing for life after the third-party cookie (2020)

yladiz
1pts0
github.com 5y ago

Cyclone Scheme: A R7RS Scheme Compiler

yladiz
80pts4
www.bbc.com 6y ago

Chinese consulate in Houston ordered to close by US

yladiz
21pts6
ec.europa.eu 6y ago

Antitrust: Commission opens investigations into Apple's App Store rules

yladiz
3pts0

Stored procedures and SQL injection are orthogonal concerns. You can have a parameterized query using PREPARE without needing to resort to stored procedures, and many database drivers or wrappers help you with this by making you provide a string with something like $1 and then the values which are sanitized.

Stored procedures are useful in cases such as annoying data type conversions (for example, before the newer ltree versions, its path couldn't accept hyphens and so if you were using UUIDs you needed a way to convert the UUID to a ltree compatible representation) or when you want to write a function that is used by a constraint, but it's not something I would generally reach for and certainly not for SQL injection reasons.

That's a fair point, maybe "city center" isn't the best term here. What I mean are areas still in the city close to where a lot of the cafes, bars, restaurants, nightlife - third places in general - are, which is where people that want to live in a city generally prefer to live in if possible.

Many cities and areas close to major European cities have good transit infrastructure, yet people don't want to live there, they want to live in the city. So making more housing outside of the city, again, doesn't solve the actual problem facing major European cities.

No, but they are don't rise nearly as much as real estate prices in city centers, and it's mostly irrelevant to the point I was making, because it doesn't matter how the prices are outside of the city center if you want to live in the city center.

Am I understanding that the solution proposed in the article is to allow more dense building in suburbs/outskirts of cities in Europe? This doesn't solve the actual problem that many European cities face, which is a housing shortage in the actual city center, where people want to live; there's generally not that much a lack of housing the further you get outside of a major city center in Europe, and people don't want to live outside of the city center because, well, they want to be in the city.

Having looked at many PDFs that needed to be “translated” to Markdown, it feels like a strange choice - I know it’s primarily to make things easily accessible to AI, but if we’re going to train models anyway, why not train them on something better? Markdown is quite limited, and can’t render something like a nested table for example, and if the point of having “open knowledge” is for AI, why do we need to use a format that won’t really be read by humans?

This doesn’t make any sense. We have more access to entertainment, be it comics, porn, or films, than any period in history, yet we continue to make more substantial scientific progress than any point in history.

We Need VAT and UBI 2 months ago

I was about to comment something like this. Consumption from a VAT perspective doesn't increase linearly with wealth, so a more wealthy person isn't going to spend and get taxed via VAT 100x more than someone with 100x less wealth, and VAT affects the poor much more than the rich because it's a tax on consumption irrespective of wealth, so the poor pay a larger percentage of their wealth to VAT.

We should just get rid of VAT and replace the lost tax revenue with something that's more equitable, such as a proper wealth tax. It's not like wealth goes away with a UBI.

California lawmakers are again considering A.B. 412, a bill that would require AI developers to identify and disclose copyrighted works used to train generative AI systems.

The problem this year is the same as last year: it’s practically impossible to comply with this law. The bill demands information that often does not exist, and cannot realistically be obtained.

Its definition of “developer” extends to anyone who makes a generative AI model available to Californians.

I get that this would burden up-and-coming companies that want to train new models, but in general I don't think it's a bad thing that a company needs to know where the material they train their model comes from, and know its copyright status, and if it's actually an impossible problem then maybe the whole system is unworkable. Assuming that model training isn't fundamentally considered fair use, how else can you approach this problem?

I doubt it based solely on that there are multiple interviews including from one of the paper’s authors. Given that Veritasium is a very well known channel at this point I wouldn’t be surprised if they were contacted instead and then roughly coordinated the timing of the paper and video release together.

As an employee I don’t care about the reasons that inflation exists, I care about getting the same real money over time (only counting inflation raises, not counting merit or other kinds). And citation needed about inflation raises driving inflation, there are much bigger factors that contribute to it.

Racket v9.2 2 months ago

Your claim was that it could not be done in cpp, not that it was faster/simpler/whatever-new-goalpost-you're-now-presenting in racket.

You need to reread the reply they made. They asked how you would do it in cpp, not that it’s not possible.

I think this novel discovery is worth a turing award indeed! I'll be sure to refer you for one. Maybe even an honorary doctorate at my alma mater.

You could have made your point sufficiently without being condescending.