Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
homami
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
homami
1y ago
It is also not working for me, this opens http://localhost:3128/oauth/callback?code= ... but on Kiro interface I see "There was an error signing you in. Please try again"
2.
▲
by
homami
2y ago
I am just imagining GPT-4o saying this in her sarcastic voice!
3.
▲
by
homami
3y ago
We mostly use recruiters now
4.
▲
by
homami
3y ago
I don't understand why they killed their job board. We used to pay them a few hundreds a month for a a couple of job ads that we were quite happy with. But then they "decided to focus on enabling our community of developers and te
5.
▲
by
homami
3y ago
I don't lie either. I just spit out words that is in alignment with my mental model for optimizing my future.
6.
▲
by
homami
3y ago
I wish this had a feature to slow down the turtle.
7.
▲
by
homami
3y ago
Unfortunately this person graduating from a Western European uni, could not even grasp the algorithm for creating a count down timer. They asked me for career advice. I wonder whether the jobs that require only this level of copy and pastin
8.
▲
by
homami
3y ago
We had a CS undergrad intern that didn’t know what i++; means in JavaScript for loops.
9.
▲
by
homami
3y ago
Based on my experience traveling between Europe, Middle East and Asia: - for return flights I always get different fares based on the origin. At least for the airlines that I travel with it does not matter what my IP is, but where my origin
10.
▲
by
homami
4y ago
Four. Using pm2. But it is a overkill. This server is running other applications next to my node server.
11.
▲
by
homami
4y ago
For what it is worth, I am handling about 130k views and registering ~1k paying users per day with a t2.large instance server running node, redis and nginx behind a free tier Cloudflare proxy, a db.t2.small running postgres 14, plus CloudFr
12.
▲
by
homami
4y ago
I fully recommend this. The fp-ts is quite readable for JavaScript. Combine it with io-ts and you have a robust way of handling user inputs: pipe( decoder.decode(req.body) , E.mapLeft(_ex => new InputValidationError(dec
13.
▲
by
homami
5y ago
I've been a frequent flyer of Emirates for the past ~ six years. From my perspective, the airline suddenly changed about three years ago. The quality of their service dropped and still every time that I take an EK flight, I notice some
14.
▲
by
homami
5y ago
Yeah. > The java.lang.Math.random() method returns a pseudorandom double type number greater than or equal to 0.0 and less than 1.0.
15.
▲
by
homami
5y ago
Off topic, but this is a code smell for me: [(int) Math.round(Math.random() * (userAgents.length - 1))]); This leads to a lower probability of selecting the 0th and the last items in the array.
16.
▲
by
homami
5y ago
Deezer has added a "don't recommend this song again" button. I used a couple of times only but I feel that my recommendations have been indeed improved. Before, I had to skip the songs that I did not like, and Deezer was keep
17.
▲
by
homami
5y ago
Non-breaking space is very important for languages like Arabic and Farsi. Changing a non-breaking space to a normal space in some sequence of characters, may change the meaning of the word in these language.
18.
▲
by
homami
6y ago
How long does it take to vaccinate the whole population? I did not look for better sources, but I read in this [1] CNN post that in 2021: AZ is producing 3 billion doses, Pfizer 1.3B and Moderna less than 1B. So in total we are going to hav
19.
▲
by
homami
6y ago
Haskell's killer feature here is higher kinded types. do notation is just a syntactic sugar. But (with the exception of Scala or PureScript) almost no other every-day language supports the ability for defining abstractions over higher
20.
▲
by
homami
6y ago
For advertisers, the fact that people that may never click on any banner ad, are blocking the ads on the internet is not a bad thing per se. Once they got a click, they know that this user does not have an ad blocker so is less tech savvy,
21.
▲
by
homami
6y ago
It seems to me that Facebook instead of battling racism and other problems in the information bubbles that it has created, is doing some kind of straw man. "Look here we are banning black face!" Don't get me wrong, symbols ma
22.
▲
What Does Trump Have Against TikTok?
(nytimes.com)
24 points
by
homami
6y ago
|
42 comments
23.
▲
by
homami
6y ago
> This application will be able to read and write all public and private repository data. This includes the following: ... Is it really needed?
24.
▲
by
homami
6y ago
socket.onerror event happens for both cases. But there does not seem to be any difference between the error object that is passed to the these handlers.
25.
▲
by
homami
6y ago
How does it work in practice? It seems in Chrome these errors cannot be caught try-catch blocks. try { var socket = new WebSocket('ws://localhost:808'); } catch (ex) { console.log(ex) /
26.
▲
by
homami
6y ago
I find SQL INSERT statement not intuitive. I can understand why SQL requires me to declare the field names and then the values of a new row that I am inserting; but it would've been a huge time saver if SQL had a key-value dictionary-l
27.
▲
Estimating the size of COVID-2019 outbreak in Iran
(medrxiv.org)
5 points
by
homami
7y ago
|
3 comments
28.
▲
by
homami
7y ago
Even after years of being brained washed by the media and the educational system, a typical middle class millennial in Iran does not hate Western culture or America. Older generations (even in some rural areas) have fond memories of America
29.
▲
by
homami
7y ago
That's funny, but 'marg' is pronounced with an /a/ sound like 'cab'.
30.
▲
by
homami
7y ago
I went to school and grew up in Iran. Chanting death to America and Israel and even to poor (already) dead Shah was part of an official ritual every morning in the school. As a teenager, you don't grasp what you're saying. You
More ›