I can see that the car works by getting safely from A to B, thousands of times. If my vote counted or not is not observable.
HN user
superwayne
Maybe change title to "Best Buy used a combination of corporate strategy and emotional intelligence to save itself from ruin" (from the subtitle).
Syndicated from https://www.ft.com/content/45d0a047-360f-4abf-86ee-108f43601...
That is probably wrong in this generality because it is used by ING, at least.
I think this is actually from PyCon Israel 2016 and was uploaded in 2019.
Of course, there are very legitimate reasons/incentives to hire someone from your own jurisdiction. I'm just not a fan of cheap offshoring.
I’ve been told over Skype that an applicant who lived in Downtown Vancouver couldn’t meet up for a coffee because they didn’t leave their house. They lived in Guangzhou.
No wonder when people get paid based on their location and not based on their output/value. This is what bothers me quite a lot about Gitlab as well.
He used specialized software to subvert the company’s revenue model and take its product for free.
How is this different than using an ad blocker in the browser?
I think there are even faster JSON parsers out there nowadays. I have recently used orjson and found it to be extremely fast for our use case (serializing a dict with about 100 MB).
Oil is a fascinating project. I really hope it gains some traction once it is stable.
Aren't leases usually inflation adjusted?
IIRC unsealed media (DVDs, CDs,...) are only refunded by 50% so that people don't just make a copy.
The new title (EDIT: "Issue: find a new home for repos") seems pretty generic to me, though. If I didn't open the story while it had the old title I would have probably missed it.
Edit note: At the time of writing, the article title did not include "Requests".
Just out of curiosity, why did you go with "lady" and not with "woman"?
Do you happen to have a link?
I also really don't like the taste of UHT milk (called "H-Milch" in German). For me it's undrinkable. I can also taste the difference in a cappuccino. Interestingly, like the_mitshuiko already said, UHT milk is not very common in Austria but extremely common in Germany. When I'm in Germany, I have a hard time finding a coffee shop that doesn't serve coffee with UHT milk. It is basically impossible and to be honest, it says a lot about the German food culture. In Austria, not even McDonald's uses UHT milk in its McCafes but in Germany, even the most expensive coffee shop with coffees for 4 € and up cheap out on the milk.
No, the hobby originated in the US but it seems to be more popular in Europe. I'm only familiar with the Finnish community, but I was able to find a German horse registry: http://www.moorwiesen.de/register/?&lang=en
There is also a virtual equivalent to hobby horsing called "virtual stables".
A virtual horse is just a webpage for a fictional horse. There are usually pictures of the horse that hobbyists find on the internet/buy on forums/illustrate themselves [1]. The horse obviously also has a name and usually a description of its personality. Horses sometimes age "in real time" but most stables seemed to have a somewhat arbitrary aging rate (e.g. the horse would turn 4 within a few weeks of its "creation", but after that age normally). Horses can also be registered in a database called "Virtual horseback-riders society" [2]. You can use the "Virtual horseback-riders society" to advertise your competitions. A horse/horseback-rider can usually participate in any competition by just signing up (by sending an email to the organizer) and the winner is randomly picked. Another way to interact with other stables is by "taking care" of somebody else's horse - meaning you write a story in a guestbook about what you "did" with the horse, e.g. "I took Cupcake for a walk in the forest. Cupcake was in a bad mood and really reluctant to leave the stable, but cheered up when it saw a patch of grass". You can always create a new horse (obviously, you just create a new webpage), but to be in with the cool kids, you "buy" horses from other hobbyists. The "best" horses are ones that have a long family tree that has been documented in the Virtual horseback-riders society database. There is no currency, there are "selling topics" in the forums, where you try to provide compelling arguments as to why you should get the horse.
The forums were pretty active 10-15 years ago and most hobbyists were girls in their early teens. The community is much less active and older now. However, the community is more tech-savvy than back in the day - people have their own domains and use a database to track their horses (back in the day, most pages were static sites hosted on Freewebs). Some stables have been running for 15 years, the most iconic one being Ionic [3], a stable with around 800 horses.
There is probably something to be said about virtual stables dying out as the Internet has become more centralized. Virtual stables also introduced a lot of young girls to coding and for example, the owner of Ionic works in IT now.
[1] http://www.seppele.piirroshevoset.com/hevonen.php?id=298
It's not yet clear (at least to the public) how the registration will actually work on a technical level. I think the idea is that there will be third party services who are responsible for validating the identity of a user (similar to what banks use for KYC purposes). Users could identify themselves via different means, e.g. by providing their phone number or by simply uploading an ID. But that's all speculation on my side.
There is also an interview (unfortunately in German, but automatically translated subtitles are available) with the minister who is responsible for the bill: https://www.youtube.com/watch?v=8Sm7Q1bjW5o
Interestingly, the current draft of the bill says that the site owner has to delete accounts which were inactive for a year.
To use the "Ing" title you have to have a certain education and a few years of practice. To be honest, it doesn't mean much.
Austrian here. "Ing" (Ingenieur, so basically Engineer) is a protected title (not an academic one, though) but to be honest, it does not signal status or qualification to me. The actual academic titles are worth more.
The really interesting part of the article comes after the "What could have been done differently?" headline. I think the article would have been better if it wasn't focused as much on MongoDB because now everybody is discussing if the caveats still apply or ever applied.
You could add Austria to the list: https://www.migration.gv.at/en/types-of-immigration/permanen...
I would rather say it's like helping someone with an already
The thing with decomposable bags is that it's a bit more complicated. Take a look at the marketing issues section in https://en.m.wikipedia.org/wiki/Biodegradable_bag
Google Maps most probably does not even use Dijkstra. According to my Algorithmics lecture notes, Dijkstra has O(|V|^2) which is too slow for large street networks.
This is a great talk and has some useful insight about how he got into fuzzing. I liked the part where he kind of demystified himself by making the argument that one doesn't have to be smart to do this kind of work but just has to invest a lot of time. It's a pity that the title doesn't reflect better on the actual focus of the talk.