Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kul_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
kul_
6mo ago
LLMs are great at aggregating docs, blogs and other sources out there into a single interface and there has been nothing like it before. When it comes to coding however, the place where you really need help is the place where you get stuck
2.
▲
by
kul_
1y ago
Assuming an ext-IP (60k ports) can easily represent 100 household if we statically assign ports. Given CGNAT with dynamic port allocation this can easily go up to 5x? That's wildly inaccurate given the core problem is to "target&q
3.
▲
by
kul_
1y ago
Not sure about US, but Indian ISPs are doing this already to conserve IP space given huge userbase. In theory it would work similar to how a NAT gateway works for outbound communication. Skan + geo would be hard nut to crack in India.
4.
▲
by
kul_
1y ago
> A lot of the big ad networks right now instead rely heavily on geo-data How does this work in today's age where ISPs normally will have at least one level of NATing with ipv4. And given ipv6 with prefix delegation is still far awa
5.
▲
by
kul_
2y ago
Reminds of the old days, when reverse engineering game binaries were a thing. Finding hex strings, no-op'ing if conditions, adding jmp instructions. Many heroes forgotten with time as more and more of software onboarded the cloud offer
6.
▲
by
kul_
3y ago
I cannot tell if this is a serious comment.
7.
▲
Ask HN: How are account balances updated in a real bank?
10 points
by
kul_
3y ago
|
8 comments
8.
▲
by
kul_
3y ago
I misread this for some reason and I am now interested to know if DNS can be made to work dynamically this way instead of being just preconfigured static records?
9.
▲
by
kul_
3y ago
This is excellent, kudos to the author. I wonder if pg exposes enough control to develop a tool along with this information which help analyze locks and their effect on queries on a live server.
10.
▲
by
kul_
4y ago
But then, how will you separate salt from microplastics?
11.
▲
by
kul_
6y ago
Cynical but sadly true.
12.
▲
by
kul_
6y ago
Moderna vaccine also seems to have similar storage requirements with a high price tag. BioNTech otoh has impractical storage requirements for the third world. AstraZenca's price and storage combiation may open possibilities for distrib
13.
▲
by
kul_
6y ago
Isnt' SNI based on the 'Host' header?! This is a news for me that SNI is not encrypted in TLS. Its a problem with the protocol not the ISPs then.
14.
▲
Alternative terms proposed for master/blacklist in Linux kernel source
(thenextweb.com)
2 points
by
kul_
6y ago
|
0 comments
15.
▲
Modi Orders 3-Week Total Lockdown for All 1.3 Billion Indians
(nytimes.com)
1 points
by
kul_
6y ago
|
0 comments
16.
▲
by
kul_
6y ago
Scientists already have a precise knowledge of what the human body is made of, is it possible to develop a shot which basically annhilates anything in the body which is not supposed to be there? I mean instead of developing a vaccine which
17.
▲
by
kul_
6y ago
Why do you have to do it alone? Cant you ask for another colleague to help you out on this?
18.
▲
by
kul_
9y ago
Learning clojure is relatively easy, the hard part would be to get paid for writing it.
19.
▲
by
kul_
9y ago
Did you also show her Sex.
20.
▲
by
kul_
9y ago
Is there analysis on what encryption algorithm was being used? And how the payment confirmation switch works on the malware. Is it possible instead of patching the OS, to release a patch which patches the malware binary to no-op the payment
21.
▲
by
kul_
10y ago
QM/MM for fighting antibiotic resistant bacteria. http://www.zmescience.com/medicine/computer-simulation-antib...
22.
▲
Ask HN: What technology is being reinvented lately after being dismissed?
9 points
by
kul_
10y ago
|
6 comments
23.
▲
by
kul_
10y ago
I have never seen anything more elegant than Disjoint Set Datastructure https://en.wikipedia.org/wiki/Disjoint-set_data_structure
24.
▲
by
kul_
10y ago
I am not sure if you had chance to play with JAXB, it maps xml very cleanly to java objects. I mean you can have the whole darn thing define inheritance and it would generate the corresponding relation in Objects too. IMO It just needs to b
25.
▲
by
kul_
10y ago
Agreed. Take the example of people hating XML and trying to reinvent everything good XML already had with JSON and JSON Schema. http://json-schema.org/
26.
▲
by
kul_
10y ago
I feel like the article is more of a satire than practical.
27.
▲
by
kul_
11y ago
SHIT!
28.
▲
by
kul_
11y ago
Never rolling back makes a lot of sense, and ia often asserted by the fact that many migration frameworks dont even provide rollback facility e.g. flyway. A database migration is a major high risk change IMO and should be well thought throu
29.
▲
by
kul_
11y ago
I tend to agree with this. First, no I am not against writing unit tests, they are great way to trap regressions. But test driven DESIGN? really? Do you drive your car (software) by banging against rail guards (unit tests) to reach a destin
30.
▲
by
kul_
11y ago
Yes, its misleading for sure. I think `Visual Studio Code` has like 1% of features of full blown Visual Studio?
More ›