When was that?
HN user
JeanSebTr
They probably meant, as explained in the video, "light from our sun"
It seems like an appropriate channel given the silliness of the question!
Replicators failed to take control every times, but now they're trying through the election process.
that's the kind of news I expect to be in mice and not in humans ;)
I wouldn't say "a lot", but he did some. He never said he would never do VPN ads, he said he would not do it using the false advertisement talking points. For example, when speaking of geo-block bypassing, he alway mention this probably goes against the terms of services of most streaming services.
Vertical screen users thank you in advance!
Exactly, unikernels are great for performance and isolation, but that can't be compared to a full application stack running in a container or VM.
Not OP, but we had to get a c section and milk production was slow to come in. We also used the breastfeeding aid, but with formula.
The way it was explained to us, the idea is to continue to stimulate milk production while supplementing. We used it for a week until production was sufficient. I personally enjoyed this as it allowed me to be more involved and removed the stress of knowing if we were feeding our child enough while still getting what we could from breastfeeding.
We definitely had a great hospital. With all the stress and lack of sleep, I'm not sure I would've kept calm if they'd imposed stuff that way. Not letting you the choice of using formula when using the breastfeeding aid seems crazy.
I see the HTTPS:// was removed from the submission title, it's what got me curious about it.
The issue is mostly that it could erase by accident.
A solution would be for the OS developers (Apple/Google) to provide a way to retrieve data from the backend. This would not fully prevent it to be hacked but would change the difficulty:
- wanna be GPS spoofers would need to emulate the whole OS/sensors to send spoofed data to Apple/Google
- the platform/OS developers would have more ressources and incentives to detect spoofed data
The cat&mouse game is harder when played against Apple/Google than against a single small developer.
Quite an alarming claim!
Looks like regarding to Cadmium, "vintage" means up to mid-to-late 1980s [0]
Apparently The [Lego] has been aware of this concern for at least three decades (hence the switch to Cadmium free plastic colorants sometime in the mid-to-late 1980s)
[0] https://tamararubin.com/2019/05/vintage-1970s-legos-test-pos...
Yes! As a French Canadian, that's my preferred layout.
Its advantage is that it uses dead keys to add diacritic.
For instance (Alt Gr+i then [normal vowel key]) will give îôêâ... You just have to know the diacritic position and press the normal letter to apply it.
Don't. The hiring company always has a role in those kind of situation. Maybe they picked the lowest bider, maybe they don't have good hiring criteria or just don't review the work being done make sense.
We're in the process of hiring abroad and it's hard. The promise of better salaries does attract more candidates that need to be filtered but we think that if we care while interviewing, we'll get as good candidates that will be part of the team.
Be proud of the work you're doing and don't take OP's anecdote as an absolute. But the situation described does happen.
Didn't knew it once was named Rendez-vous!
It has been called Bonjour for a long time now.
If that's intelligent life, they could then attack our encryption!
Also, please test your download page on different browsers.
Just bought it! I'd recommend adding SPF, DKIM and DMARC record to your domain so that emails don't ends up in spam (that probably the reason they currently do).
oh! I just did the onboarding again and I just realized that the yearly maintenances were in %! I had set it to a few thousand percents thinking it was $!
That's why the value of my home was making me broke...
There's something weird going on with the mortgage calculation when configuring the house's value.
When I set it to 0, I'm paying the mortgage way faster than should be possible, when I set it to anything meaningful, I'm bankrupt in one year!
OH yes. Don't know why, but I've developed an habit of putting important stuff in unsaved files from my use of Sublime a few years ago. I've been bitten by this in VSC a few times but I still do it...
Possibly. My understanding is that seaweed improve the microbiota of the cattle which should be beneficial for the overall health.
(I've no domain knownledge on this, but saw an interview with the founders of a company that produce seaweed for cattles. they do claim healthier animals)
The reward for "almost winning" is quite underwhelming but hilarious.
There's 3 levels, can be passed relatively quickly.
He is well known for that in the local startup crowd ;)
When I worked for Snipcart (HTML/JS shopping cart), many of our customers used webflow as their website hosting. Even though site builders and developer / third party tools are generally not a good match, Webflow seems to be the less painful to integrate with other stuff among site builders (it's not first hand experience, but still encouraging).
In the sense of webrtc "without a server", Firebase is a server.
Somehow, the one time we babysitted a friend's kid made a kid song go to the top of my most listened tracks...
I definitely don't use my Spotify account enough for it to do meaningful recommendations. Too much time on the Discover Weekly and it is more and more diverging from tracks I actually like. The algorithm feed itself and lose precision.
I miss the recommendation capabilities of rdio.
Nice! Didn't knew postMarketOS. This[1] is mostly what I'm trying to do and their wiki make me think I might have underestimated the task. haha.. This seems to be a good place to try to contribute!
If I can convince myself to not fall into the rabbit hole of rebuilding my blog first, I'll definitely write about my porting efforts :)
I meant except for the monetary part. Let's say, I've put about 20h in it and I expect it takes me 3 times that. Just counting the time put in that kind of project, the outcome itself isn't worth it.
Considering this is a 10 years old android tablet that cost at the time ~300$. I probably could have bought directly a more modern one which is known to be flashable with linux.
The sentence I cited resonate for me as I often dive in a project and follow in the rabbit holes even though I know it's a bit irrational to do it.
About how to do it: - you first have to find every git repo that may have relevant patches for this or similar device. There's the one open-sourced from the manufacturer, Google has one dedicated to the Tegra chipset, with more recent stuff but without any specifics about that device. - determine what parts are relevant: definitely the board definition, the drivers. But then, that file weirdly named which appears to handle interrupts? Well better take it. - adapt to changes in kernel interfaces: I've only come across name changes for now, but you can imagine it gets more complex - finally: compile, flash, test! And probably keep doing that for a few cycles.