Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shepik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
shepik
3mo ago
> The counterargument wasn’t a dismissal. It was a reframe: this is a management problem, not a technology problem. oh wow, what a trustworthy source of information this human written article is.
2.
▲
by
shepik
9mo ago
oh, what a time to be a mouse!
3.
▲
by
shepik
11mo ago
"brought to you by Carl's Jr"
4.
▲
by
shepik
1y ago
The interface looks great. Handling of "to" is a bit odd though. 150 kn in km/h [277.79976 kph] - this is unit convertion 150 kn to km/h [-276.79976 kph] - this is unexpectedly subtraction. I expected the unit conversion
5.
▲
by
shepik
4y ago
If anyone ever asks me "I want to burn out as fast as possible, what should I do?" I will send them the link to your comment. Jokes aside, I think that I had very similar experience, and it does lead to burnout
6.
▲
by
shepik
4y ago
> avoiding a large severance package is cheaper. it sounds like greed, not incompetence. I just do not believe in a worldview where almost all CEOs of large tech companies are incompetent. Whatever the explanation for layoffs is, incompe
7.
▲
by
shepik
4y ago
FANGM all did layoffs. And many other companies as well. That they are all incompetent can't be the explanation.
8.
▲
by
shepik
4y ago
I'm not sure. We audit tax forms and money transfers (and we can audit model inputs and outputs), but don't think we audit people themselves.
9.
▲
by
shepik
4y ago
It also applies to people: inherently insecure; their behavior cannot be audited or validated. We have a long history of prompt engineering attacks, which are in this instance called "social engineering". Still, people are almost
10.
▲
by
shepik
5y ago
That's a difficult question - i don't have experience outside of Russia so no idea what is unique and what isn't. It is harder to get funds from foreign clients, primarily because customers are wary of paying money to a russi
11.
▲
by
shepik
5y ago
Simple answer: Use tree if you need range access or to get elements ordered by key, and use hash otherwise. More nuance: - hashmap may be resized if it's over capacity, the resize may cause a latency spike. - hashmap is essentially a s
12.
▲
by
shepik
5y ago
Oh. No, i don't think it's possible - i'd suggest to just use multiple subdomains. Technically, you can squeeze out some bits: there are 36-37 possible characters of which you are using only 32, so with arithmetic coding you
13.
▲
by
shepik
5y ago
1) DuckDB - like the performance and that it's tightly integrated into python. Clickhouse local - i saw the announcement when it came out, but i just don't see the usecase for it in analytics. DataFusion is new for me. I'd s
14.
▲
by
shepik
5y ago
IMO most of Yandex/Ozon revenue is in Russia, so you a betting both on a company and on a ruble. Semrush, on the other hand, has most of its revenue outside of Russia (i think).
15.
▲
by
shepik
5y ago
I was a software dev, and then a technical co-founder, so when the idea became a company and the company grew, i kinda grew into the CTO role. But I did manage to build a team and a product, so i think i was taken seriously because of that.
16.
▲
Ask HN: How can I help you?
68 points
by
shepik
5y ago
|
42 comments
17.
▲
by
shepik
5y ago
> In this case, the man – called T5 in the study, i wonder if it's a coincidence? https://huggingface.co/transformers/model_doc/t5.html
18.
▲
by
shepik
5y ago
I use git from the command line, so this looked like a tool i would use. I was able to install it with apt, but i could not find any information on how to run it. Manual says "C-x g" [1], which obviously does nothing in bash. And
19.
▲
by
shepik
5y ago
Honest question: is it worth it? Why would you spend your time on managing that temporary white list? Do you think that time is wasted, or not? (I apologize if my phrasing is a bit rude, but i'm really curious about that, and want to u
20.
▲
by
shepik
6y ago
Little people?
21.
▲
by
shepik
6y ago
I tried to read this article, but instead got greeted by "I am human" checkbox, then (after successfully completing captcha) "Error 1020 Access denied". Article opens just fine if i use EU or US proxy. But when i try to
22.
▲
by
shepik
6y ago
> If the BIG TECH majority even find you a threat, not only will they It seems to me that big techs acted against Parler not because it represented a threat to them, but because of emotional reasons. "It was the right thing to do&qu
23.
▲
by
shepik
6y ago
https://potapp.co/#/doc/new/readme Notes&todo app. You write everything like it's a document, and then view/change todo items on a kanbad-like board. I would love to hear some feedback.
24.
▲
by
shepik
6y ago
> you could sell your house But you can't sell apps when you switch platforms, so not really sure how this country/state analogy helps
25.
▲
by
shepik
6y ago
I've been using gitlab for years, and I think the same about github merge requests - they are extremely hard for me to read. Matter of preference, I guess
26.
▲
by
shepik
6y ago
Yep, i second the clickhouse suggestion. Much more easier to understand than, say, mongodb or mysql codebases.
27.
▲
by
shepik
6y ago
Right. I (incorrectly) assumed that "multiple" meant multiple versions for different input types, not necessarily multiple arguments.
28.
▲
by
shepik
6y ago
The deal with multiple dispatch, as I understand it, is that instead of obj->somemethod, you define function named somemethod, which is defined for obj. Maybe some other code calls it. You can then define somemethod for other data types,
29.
▲
by
shepik
8y ago
Yes, i noticed this after downloading, and even quoted it it my comment. The feature is called "baseline" everywhere in the text, not "preloading feature", and that's why i got confused. For example, "As expect
30.
▲
by
shepik
8y ago
That looked very interesting. But I had so search through the video and zoom in to learn how exactly to separate events that stand out from the baseline (instead of, you know, just reading that command from the webpage). So, i did all that
More ›