theSIRius
No user record in our sample, but theSIRius has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but theSIRius has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
That's a pretty cool project. But with it living in the grey area of not being really supported by Remarkable, I would be skeptical if Remarkable does not block it down the line. Supernote has full-fledged Linux support…
I was actually thinking about buying Remarkable Paper Pro after Christmas. Not necessarily for the colors but just to have a portable e-ink tablet to scribble on and organize myself a bit better. In the end, I went with…
> Functional programming languages (almost always?) come with the baggage of foreign looking syntax. At least for me, this was solved by Gleam. The syntax is pretty compact, and, from my experience, the language is…
We've started a Tanstack Start project at work for a green field project, and it is honestly a mixed bag. It took a lot of trial and error to get the whole project working - the server parts were working without an…
Yeah, I would expect something in that vein. I think the pros outweigh the sluggishness of desktop rearrangement or non-existent updates. Maybe I would finally get into some driver development if it became my main…
Thanks a lot! I'll give it a chance once I have some time.
I have been thinking of going down the Linux route on my 2017 15". But I am unsure if it is even feasible to get it up-and-running with the T2. With the new ARM processors the discontinuation of support for Intel-based…
Employee protection. Just because the management could not balance the sheet is not a good enough reason employees should suffer the consequences. At least in theory. But if the company is shutting down a whole team…
Yes, Slavic languages have similarities. The same could be said for Germanic languages like English and German or Latin languages like Spanish and Portuguese. That doesn't change the fact that the word "robot" in the…
It's funny to see how languages branch out and develop independently. I specifically remember that Czech "Šukat drogy na záchodě", which means "To fuck drugs on the toilet", would be "Look for medicine in the west" in…
It might have to do with the Czech National Revival[1]. The Czech language and culture was being suppressed in favour of Austrian/Germanic one. Prominent Czech figures worked to preserve the Czech language which…
Native speaker here, you are absolutely right. Work in Czech would be "práce", "robota" means forced work. It is not used as much nowadays since we do not live in a feudal society anymore though :)
I mean, they could ideally go PC and Stadia (since it is basically PC with fixed specs) -> Xbox One/PS4 -> Xbox Series/PS5. It wouldn't hurt the contract with Google and it would help with the terrible technical state…
The whole project feels terribly mismanaged. Even from the character editor it is obvious the game had to be scaled down in the last year to even ship. Considering the amount of crunch, it is heartbreaking it ended like…
You have invested a lot of time into PHP and can make a living out of it. More power to you! But from my anecdotal experience not many new developers invest the time to learn PHP. At the two universities I've been to,…
Which of these new websites have large userbase? Anyone can start their Wordpress blog with some limited free hosting and thus increase Wordpress market share. And since internet has grown considerably in the last 10…
I really can't think of any green field project that would be started with PHP today. Maybe if there is some specification to use something PHP specific. But any use case I can think of, Python or node is a better…
> Apple have stated multiple times that they don't have any intention to lock down macOS more or less What Apple says and Apple does can or are two different things. And it applies to any company in the world. Blindly…
As usual, it really comes down to personal preference. In the past year, I have managed a few things in Wordpress, wrote my own PHP, Flask and node sites; and after all that I would 100 % choose Flask or node over PHP.…
Same here. Maybe it is one of the anti-GDPR mechanisms? Rather than be sure you are compliant or do not want to be compliant, just prevent EU citizens from connecting. Or maybe the site is just down and I am over…
Thanks, that makes sense and I probably should have looked into the article properly. I'm not sure, how easy it will be to filter the devDependencies. Maybe scan for config files (webpack, babel...) would be a good…
Isn't this already done by Dependabot[1]? I've been using it for some time with my JS/TS repos to keep my dependencies up-to-date. It's not the greatest as it sends alerts about vulnerabilities in devDependencies. But…
> Actual REST is least useful for communication between a single frontend and backend controlled by the same party. I know I'm going off-topic but what is best way to communicate between frontend and backend except for…