HackerTrans
TopNewTrendsCommentsPastAskShowJobs

salicideblock

no profile record

Submissions

ToF-AR: Sony Toolkit for AR with Time-of-Flight Cameras

developer.sony.com
1 points·by salicideblock·4 năm trước·0 comments

comments

salicideblock
·năm ngoái·discuss
The post you replied to is a reference to Bandit saying "it's just monkeys singing songs, mate", when he goes to the movies with Bluey.
salicideblock
·2 năm trước·discuss
It looks like the reporter did as much reporting as they could do before being thrown out.
salicideblock
·2 năm trước·discuss
FYI, from the project's Readme:

> In case you don't have a GPU available, there are software rendered releases available for Windows and macOS
salicideblock
·3 năm trước·discuss
Thanks!

Adding source, on Flightradar24 itself (same as the article): https://www.flightradar24.com/data/aircraft/vt-alh
salicideblock
·3 năm trước·discuss
termdebug (used by the tool linked in the topic) basically does this for anything you can debug in GDB. It's the tightest integration of debuggers and (neo)vim I have used.

There are also DAP-based integrations, which I have put the effort into using.
salicideblock
·3 năm trước·discuss
From 2021.

Previous discussions

https://news.ycombinator.com/item?id=27094382

https://news.ycombinator.com/item?id=29621646

Cool article either way.
salicideblock
·4 năm trước·discuss
Expanding on this,a very nice property of Galois Counter Mode (GCM) for AES is that encrypting one block does not require the previous block to be encrypted, like in AES-CBC.

This means that AES-GCM can take advantage of data parallelism and there are big speedups in threaded and pipelined CPUs.

In short, you can get big latency and throughout gains by using AES-GCM over AES-CBC.
salicideblock
·4 năm trước·discuss
Teeth will be replaced one by one, and their mouth microbiome and habits will not be replaced wholesale.

Yeah, adult teeth erase some of the damage but it's not a fresh start.
salicideblock
·4 năm trước·discuss
Maybe that's why it did not make it past pilot. Why reshoot if it's going to be so similar?
salicideblock
·4 năm trước·discuss
> Exploration spikes around Christmas, for example, during which people may be influenced to seek out season-specific music.

For my case, exploration does spike around Christmas, but this is due to all the "best albums of the year" lists coming out.

I get more than my fill of Christmas music involuntarily, no need to "discover" more.
salicideblock
·4 năm trước·discuss
The transition is rocky. I seem to have lost my stats - more than 100 days of results...

Good for the devs, but sucks for me and the group of friends who were informally competing
salicideblock
·4 năm trước·discuss
Should be tagged (2021)
salicideblock
·4 năm trước·discuss
I had the exact same immediate reaction. If you're out of sync with the times, that makes two of us...
salicideblock
·4 năm trước·discuss
I've never been in a war zone. I could not play more than 10 minutes of that game, as I was becoming so stressed.

Having a quit button is the best part of these video game experiences.
salicideblock
·4 năm trước·discuss
Is that list of tech stacks complete?

Personally I am looking for such a tool but have a hard requirement for native compiled languages (C/C++/Rust).

I know that there is some transfer - a good developer that does a decent Python/Go exercise likely could also be good in other languages. But candidates might not want to do that transition.
salicideblock
·4 năm trước·discuss
I've noticed :/

I'm hoping the Steam Deck will provide a more open portable console.
salicideblock
·5 năm trước·discuss
Portuguese (at least the one from Portugal) has 9 vowel phonemes, compared to 5 for spanish. If you count the nasals it's 14. And you can add some additional vowel richness in diphthongs.

It's very very varied phonetically when compared to the neighboring Spanish, which IIRC underwent considerable simplification at in the 16th century with unification of Spain.

I've heard many French and Spanish native speakers expressing the difficulty to understand it.

Source: Portuguese native speaker with decades-long immersion in Spanish and French-speaking communities.
salicideblock
·5 năm trước·discuss
Actually, I am familiar with a rolling r such as in English 'rat', used in place of the the initial R or double RR, in rural central and northern Portugal.

The linked article acknowledges this at the end
salicideblock
·5 năm trước·discuss
From one of the printouts in the post, it seems that Papers Please is using a bundled and statically linked SDL.

So it would be the game developer that would have to update the version of the SDL library. The binary patching done seems like a good-enough alternative in the meantime.

I have the feeling such bundling of dependencies is fairly common when porting games for Linux.
salicideblock
·5 năm trước·discuss
> Btw. Who likes C++ templates?

Saying I like them is a stretch, but I prefer to write a C++ template rather than a macro (C++ or Rust) any day.