Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
contentboot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
contentboot
4y ago
>What is the equivalent of the Java 𝚜𝚢𝚗𝚌𝚑𝚛𝚘𝚗𝚒𝚣𝚎𝚍 keyword? The closest equivalent would be using a lock, semaphore or barrier object with a context manager .i.e. the with keyword. Making the locking and unlocking of data automatically man
2.
▲
by
contentboot
4y ago
A second button on your website beside the "RSS" button that says "RSS but with fancy features." when you click on it, it is the same content on your blog but via a substack newsletter. I believe that has all the feature
3.
▲
by
contentboot
4y ago
How hard it is to come up with good ideas is greatly underestimated. Here is a paper on A/B testing that the Bing search team conducted under Microsoft. https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3171224
4.
▲
by
contentboot
4y ago
I read the article and I have read a lot of comments here. I couldn't find a single reference to where the data set came from that trained the model they are using to do facial recognition. Someone did theorize that it could be taken f
5.
▲
by
contentboot
4y ago
This is great, thank you for posting it.
6.
▲
by
contentboot
4y ago
Why is it always telegram involved with these scams? Why do they bother with the javascript obfuscation when it can be easily seen what they are doing in the network tab?
7.
▲
Twitter bots and an $11K cryptocurrency scam
(ciaran.dev)
5 points
by
contentboot
4y ago
|
1 comments
8.
▲
by
contentboot
4y ago
This seems like the most traditional and respectful of REST way to go. You could try a HATEOAS approach if you want to get a bit more fancy. https://restfulapi.net/hateoas/ If you are following REST strictly there shou
9.
▲
by
contentboot
4y ago
cough https://news.ycombinator.com/item?id=32487190
10.
▲
by
contentboot
4y ago
>Seems like in order to practise their art, they need a reliable but remedial job to pay the bills. Unfortunately, the nature of that kind of work is energy depleting zapping any creative juices needed for the concentration and initiativ
11.
▲
by
contentboot
4y ago
>I thought all those examples were awesome. They are great examples. Great examples of what not to do. The only use case I can think of is meta programming which most people don't need.
12.
▲
by
contentboot
4y ago
>The security benefit to consumers of blocking user scripts is probably a net positive for the average internet user. Strong disagree. Extensions and User scripts are an unmapped wild west. Providing a registry type system to securely ve
13.
▲
by
contentboot
4y ago
>Their attack uses binary search to recover the private RSA key after 1023 client logins I know this is from the initial paper but it is great to see practical examples of algorithms taught in college/uni. I always had trouble under