Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rizz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
Rizz
3mo ago
Please use a .test TLD, that way you will not run into DNS problems, random hickups, etc. This is safe on mac/win/linux. Downside of a full hostname is that browsers have a bunch of security controls disabled for localhost, which
2.
▲
PlayStation to wipe 551 films from customers' accounts
(notebookcheck.net)
6 points
by
Rizz
3mo ago
|
3 comments
3.
▲
by
Rizz
3mo ago
From September 1, 2026, due to our content licensing agreements, you will no longer be able to access your previously purchased content from Studio Canal, and it will be removed from your video library. Thank you, PlayStation Store.
4.
▲
by
Rizz
11mo ago
Human foveala, the central part of your vision, has on average about one cone every 30 arcseconds, but resolution of 20 arcseconds is still quite common because the variety in cone density is quite high. So someone with good vision, maybe s
5.
▲
by
Rizz
11mo ago
But the past didn't use ASCII as such, but extended character sets, or multiple characters sets, which did allow for Russian, German, etc. text interfaces.
6.
▲
by
Rizz
2y ago
Someone who is good at learning can just learn for free, only someone who is not confident in their abilities would pay for the name of a college attached to a degree (with likely less actual skills transferred, because paid colleges depend
7.
▲
by
Rizz
2y ago
As mentioned it works for valid short hashes, if there are multiple commits with those first 5 characters then you need to make it more specific by bruteforcing, appending a 2, 4, 7, or 8 will lead to a valid commit.
8.
▲
by
Rizz
3y ago
It seems like the first variant is overly complicated. When you write about set theory you should be able to figure out that you don't have to rely on the effects of the union operator, the result you want is a simple difference with p
9.
▲
by
Rizz
3y ago
And of course it can also be used for gaining entry to hackers systems by infiltrating c&c servers on third party hardware, which also had been done before by Dutch authorities without any existing legal framework to allow this.
10.
▲
by
Rizz
3y ago
I suspect this is also to provide a legal framework to automatically remove malware from victim's computers, as has been done before by Dutch authorities without any law permitting such actions, and removing malware is obviously good f
11.
▲
by
Rizz
4y ago
> Also had a 2:1 desktop:laptop ratio -- would have guessed more laptops. (The author questions how Plausible determined this.) For my personal analytics without third party dependencies for privacy reasons I use the fact that Javascript
12.
▲
by
Rizz
4y ago
You could use the name of the foreign key, together with FKs namespaced to the table they are on would allow very expressive joining, and the query might even survive schema changes. ORMs tend to work like this.
13.
▲
by
Rizz
4y ago
Then they are that much more likely to need you. There is no reason to think that layoffs and hiring have anything to do with eachother.
14.
▲
by
Rizz
4y ago
A modern phone with a 5 Ah ( ~ 18.5 Wh) battery can run for many hours streaming to a builtin screen, meaning it uses far less (anything over 45 minutes is more energy efficient) than a chromecast despite doing more. Same scenario with a la
15.
▲
by
Rizz
4y ago
If the converting to hex step is too slow, could you leverage your makefile or other build script to bootstrap a simple, faster converter to convert your data file?
16.
▲
by
Rizz
4y ago
Which they did and showed in the previous sentence. You cannot possibly have missed that.
17.
▲
by
Rizz
4y ago
You can use web sockets for this sort of functionality, the socket is closed as soon as the browser is closed.
18.
▲
by
Rizz
5y ago
MS Access works just as well on an SQL Server database as on its internal database, so your scaling works just as well as on any other established database server, and then the SQL dialect is T-SQL, which is reasonably standards compliant.
19.
▲
by
Rizz
5y ago
Is it crime or is protest? We all know Amazon will let its workers die in hurricanes, harass its workers until they commit suicide, not pay their workers a living wage, and all this while the big boss goes flying around in spaceships for fu
20.
▲
by
Rizz
5y ago
Find was first added to DOS 38 years ago, years before POSIX was created, and even more years before grep was added to POSIX. Find's capabilities were kept as is for compatibility, newer, more capable, utilities have been added over th
21.
▲
by
Rizz
5y ago
He was one of the runner-ups. His father owns an investment firm.
22.
▲
by
Rizz
5y ago
The Netherlands just tried reopening, in two weeks they managed to undo seven months of lockdown as far as caseload goes. The infections are overwhelmingly amongst teens and people in their twenties (over 90% of new cases), who have not yet
23.
▲
by
Rizz
5y ago
17 in php with strlen, which is defined as counting bytes. 1 when you use grapheme_strlen. mb_strlen and iconv_strlen return 5, and 5 is rather useless as the article says.
24.
▲
by
Rizz
6y ago
In European law it specifically states: Technological measures shall be deemed 'effective' where the use of a protected work or other subject matter is controlled by the rights holders through application of an access control
25.
▲
by
Rizz
6y ago
Effectively of course means "in effect" in this context, for example YouTube doesn't have to prove the measure was designed to limit access, only that it does in some way. Pretending yt-dl simply does what YouTube does is obv
26.
▲
by
Rizz
6y ago
Not too long ago I was asked to do some maintenance programming on a logistics program (the program did amongst others: fill the various operated trucks to not more than capacity from orders, add new orders at any time, plan the route to dr
27.
▲
by
Rizz
7y ago
That stops working once you're no longer a solo developer, but part of a team, then you need to learn everything any of your fellow developers might use. You might as well focus on learning a new language and having access to new jobs
28.
▲
by
Rizz
8y ago
That's what they already do, airlines will cancel your flight for any reason whatsoever: overbooking, finding a first class passenger who pays more, choosing not to have enough personnel on duty, etc. Until your plane with you on it is
29.
▲
by
Rizz
8y ago
That's what the tail call optimization is for, it optimizes the recursive function into a loop.
30.
▲
by
Rizz
8y ago
How would an employer react if the roles were reversed, i.e. the employer can't hire another programmer for two years if you, a programmer, leave? Ridiculous of course, which shows why it is just as ridiculous for an employee to have t
More ›