Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gbajson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gbajson
10mo ago
Poland. Most of the popular sites are down. Including community forum on Cloudflare.
2.
▲
by
gbajson
3y ago
Would anyone of you if it is trained to recognize geographical places, famous people, etc?
3.
▲
by
gbajson
3y ago
Would anyone of you know any tool that would simulate working on GSM connection (EDGE, 3G, LTE) on Linux box? I am looking for any reliable way of simulating user application working on mobile phone.
4.
▲
by
gbajson
3y ago
In my area in the winter you always sense air pollution. But with just a nose it's hard to say if it's 100 μg/m3 of or 200 μg/m3 of PM2.5.
5.
▲
Ask HN: How Large Languge Models Work?
1 points
by
gbajson
3y ago
|
1 comments
6.
▲
by
gbajson
3y ago
"europe-west-9 (Paris) has been physically flooded [...], but has zero impact elsewhere." I am afraid this is not true. We have nothing in europe-west-9, but problem in this region caused global problem with Cloud Console, which h
7.
▲
by
gbajson
4y ago
Reduce? They are hiring in Poland!
8.
▲
by
gbajson
4y ago
Lay-offs? Companies are hiring people as fast as they can! I am writing from Poland.
9.
▲
by
gbajson
4y ago
Snow cannons are much cheaper, but don't work when temperature is above 0 °C; helicopters can still fly and carry snow.
10.
▲
by
gbajson
4y ago
"Over 97 percent of documents related to the event are now publicly available." Read - "Over 2% of all documents are still classified."
11.
▲
by
gbajson
4y ago
How exactly does US support it?
12.
▲
North Korea – teenagers executed for distributing South Korean movies
(tvpworld.com)
89 points
by
gbajson
4y ago
|
137 comments
13.
▲
by
gbajson
4y ago
I was looking for this port for years. Thank you!
14.
▲
by
gbajson
4y ago
Experience is an important factor here. Minimal wage in 2022 is 3010 PLN (~630 Eur), so juniors/mids rather won't make 10-12x.
15.
▲
by
gbajson
4y ago
Not in Poland. They grew ~3-4 times during last 10 years. COVID-19 definitely helped here!
16.
▲
by
gbajson
4y ago
Very good, interactive article describing how the watch works: https://ciechanow.ski/mechanical-watch/
17.
▲
by
gbajson
4y ago
I 100% agree with you. I will keep Warp on my radar, but without proper tmux support it's no-go for me. All my friends, which are using terminals, are also using tmux. It's still small sample, but probably we don't represent
18.
▲
by
gbajson
5y ago
"We have no clue how our software works, so we will sue you". It's a disaster from any point of view. Also ineffective. They could easily designate not 10M, but 100M for bug bounties and simply solve their problems.
19.
▲
by
gbajson
5y ago
Yet another similar story. Will your next startup also rely on Google?
20.
▲
by
gbajson
5y ago
Governments are printing money, inflation is eating savings. Properties are safe and easy way to protect money. When buying properties will be banned, what would you recommend as an alternative?
21.
▲
by
gbajson
5y ago
What do you think about applications like Simply Piano? I am 40+ yo, and never played any instrument before. After 3 years of practicing with Simply Piano I am able to read and play some sheet music, but I'd like to know which areas ne
22.
▲
by
gbajson
6y ago
I have just spent 5 minutes trying to find any useful use cases for 'vdir'. Does anyone of have idea why other 'ls' has been created?
23.
▲
by
gbajson
6y ago
Feature requests: - ability to save played melodies, - ranked playlist.
24.
▲
by
gbajson
6y ago
I am wondering if he runs any OCR or object recognition on collected screenshots.
25.
▲
Ask HN: Who is hiring – 100% remote, 0.8 FTE?
2 points
by
gbajson
6y ago
|
0 comments
26.
▲
Ask HN: The most beautiful charts about COVID-19
1 points
by
gbajson
6y ago
|
0 comments
27.
▲
by
gbajson
7y ago
Does anyone of you know who owns this debt? What will happen when citizens decide to null it?
28.
▲
by
gbajson
7y ago
Standard logging functions, without f-strings. So instead of: logging.debug(f'Problem with {x}') use: logging.debug('Problem with %s', x).
29.
▲
by
gbajson
7y ago
I already experienced performance issue, just because log messages (millions/s) were evaluated, for logger in debug mode, so it really depends on the system.
30.
▲
by
gbajson
7y ago
The example of f-string in the article is quite unfortunate, it suggests using it for logging messages. F-strings shouldn't be used in loggers, because they aren't lazy evaluated.
More ›