Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ygor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Ygor
2y ago
In theory yes, only if you book via third party. But, my example shows there is some automated system that can even tag you for this if you use Ryanair to book directly. E.g. VPNs.
2.
▲
by
Ygor
2y ago
Funny story on this hidden paid verification Ryanair does. This is the thing: https://www.ryanair.com/gb/en/lp/explore/verification-hub Basically, you have to download a random third party app and provid
3.
▲
by
Ygor
3y ago
OKRs are just a tool. They can work pretty well if you have competent people and apply them correctly. But, that can be said of any other project management system, goal management system, gamification system... Some are worse, some are bet
4.
▲
by
Ygor
3y ago
As someone who wears glasses, my argument was always that most people don't want to wear glasses all the time, even if they were adding no extra friction vs your regular sunglasses (weight, looks, cost). But, I had the same argument fo
5.
▲
by
Ygor
3y ago
Not necessarily disagreeing with this approach - but an interesting other side to this that should be considered: what about candidates who look great on their public profiles - real achievements and credible expertise - because they focus
6.
▲
by
Ygor
3y ago
Yes, Bobiverse and Murderbot are very close in spirit, and if you like one you are very likely to enjoy the other. Also both have great audio narration.
7.
▲
by
Ygor
3y ago
Most people didn't. Some small group of people spent tremendous amount of energy. I think both of you agree on that point.
8.
▲
by
Ygor
4y ago
Also - keeping the stuff running, and making sure nothing ever breaks, is a different problem when you just want to maintain the current state of the product and keep it stable, vs when you want to change it. Many tech companies are optimis
9.
▲
by
Ygor
4y ago
I'm not arguing that the setup is legitimate. I'm pointing out that the above analogy is confusing different tax types. The sales tax is not in question here. I'm all for revisiting how profits are taxed based on where they a
10.
▲
by
Ygor
4y ago
No, you pay VAT/sales tax for stuff made in China. The company pays taxes on profits where the company is registered. When you pay for Netflix in France, you pay VAT on the transaction too.
11.
▲
by
Ygor
4y ago
No affiliation, but something I found on HN years ago was brain.fm: https://www.brain.fm/ I've used it as a source of instrumental, good enough music. I'm not sure if the other "sciency" stuff actually w
12.
▲
by
Ygor
6y ago
"Why do so many software projects fail when you don’t see any skyscrapers collapsing under their own weight?" I think this is a great question to use as a thought exercise. We don't see the designs that fail, as they don'
13.
▲
by
Ygor
7y ago
What is the alternative? Assuming here there is such a thing as a correct engineering strategy, who should define it? Or, maybe there should be no engineering strategy, at least not an explicit one written down?
14.
▲
by
Ygor
7y ago
In theory SQL is SQL, even more so if your App uses a layer of indirection like an ORM. If you don't use any Oracle specific features, procedures and similar, in theory you could just replace it. But that is not what happens. First pro
15.
▲
by
Ygor
8y ago
Not sure about EEA only, but Revolut might work for you and it has virtual cards. Would be nice to have privacy.com more widely available.
16.
▲
by
Ygor
8y ago
Most of the pain points raised here are a day to day reality, fair enough, but I would like to also bring up another point not often surfaced here: Fellow developers not aware of the business requirements, or fellow developers not being a
17.
▲
Road trip across Europe with Tesla
(teslaelectricconnection.com)
2 points
by
Ygor
10y ago
|
0 comments
18.
▲
by
Ygor
10y ago
Etcd looks more and more promising as its usage and development activity increases. Anyone using it internally as a standalone part in the system (e.g. not just for k8s or coreos)? Using e.g. gRPC shows great promise, but systems like ZooKe
19.
▲
by
Ygor
10y ago
What do you think about a compromise system? Centralized entities that you give trust to, that are run by people, that "know" you - basically a bank - which is using bitcoin as a currency and infrastructure for dealing with that c
20.
▲
by
Ygor
11y ago
Interesting, first time I heard SAP has a JVM implementation. https://scn.sap.com/people/desiree.matas/blog/2011/12/07/sap... Here is a presentation with some interesting points, wonder if anyo
21.
▲
by
Ygor
11y ago
I'm surprised no one mentioned the source of cataclysm itself. The fact that there was a civilization and despite all its advanced knowledge - it is now gone. This would be especially important if Cataclysm was man-made.
22.
▲
by
Ygor
11y ago
Particularly interesting should be the part about design by committee. Remove Corba references, and it might apply to many other past and current pieces of technology: "There are no entry qualifications to participate in the standardiz
23.
▲
by
Ygor
11y ago
Great part from the docs: "SQLite does not compete with client/server databases. SQLite competes with fopen()."
24.
▲
by
Ygor
11y ago
How do you feel about improvements in GWT development speed? In terms of development mode, compilation times and the whole process of making a java code change and seeing the result in a browser? Is there a lot of work on making this better
25.
▲
by
Ygor
11y ago
Zombie ZooKeeper nodes that appear as healthy members of the cluster after an OOM is something that can cause major problems. There are two quick solutions on the operational side that can be deployed to prevent this: - Run each zk server n
26.
▲
by
Ygor
11y ago
The problem is that alternatives to ZooKeeper, like etcd or Consul, are too different. They do solve similar problems, but their interface and their operational side is different. This would require some major work for the current ZooKeeper
27.
▲
by
Ygor
13y ago
SICP has a great chapter with an example of how to modularize an entangled code: Chapter 2.2.3: Sequences as Conventional Interfaces, http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-15.html... "The
28.
▲
by
Ygor
13y ago
from the librsync page: librsync is not wire-compatible with rsync 2.x, and is not likely to be in the future http://librsync.sourceforge.net/
29.
▲
by
Ygor
13y ago
The main problem with the standard rsync utility is the protocol. Check out the Rsync Protocol section of this document: "A well-designed communications protocol has a number of characteristics." <list of characteristics> &q
30.
▲
by
Ygor
13y ago
I guess when you talk about a language, you usually also end up talking about the platform, libraries, community and the whole environment. It is hard to escape from this when talking about Java. For those that are not in the Java land - th
More ›