Readit News logoReadit News
tester34 commented on Searching for Susy Thunder   theverge.com/c/22889425/s... · Posted by u/DamnInteresting
alasdair_ · 4 years ago
CTF is to hacking what fencing is to actual swashbuckling.
tester34 · 4 years ago
Just because in "real hacking" you can just smash somebody's head with crowbar untill he gives you the password?

That's fair, but just take a look at how complex latest biggest hacks are like

https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-i...

tester34 commented on There’s No Such Thing as Clean Code   steveonstuff.com/2022/01/... · Posted by u/omnibrain
tester34 · 4 years ago
Good/Clean code is context dependent

kernel's code is terrible mess by java/c# web app standards (dependency injection, interfaces, mockability, testability, etc)

Even C#'s compiler code written in C# is below architect's dream web app code base full of DDD, various patterns, CQRS, Event Sourcing yada yada

tester34 commented on Searching for Susy Thunder   theverge.com/c/22889425/s... · Posted by u/DamnInteresting
Taniwha · 4 years ago
The last line sums it up:

“All the best hackers, all the best phreakers in the world, we don’t know who they are because they never got arrested. And they never went to prison. This is why you don’t know who the best ones in the world are. This is the truth. Think about it.”

tester34 · 4 years ago
top hackers when it comes to crimes?

then probably yea, but when it comes to skills?

I'd say that they're not really that unknown - https://ctftime.org/

tester34 commented on WebAssembly: The New Kubernetes?   wingolog.org/archives/202... · Posted by u/signa11
samwillis · 4 years ago
WASM being the “new k8s” is only one small fragment of where it is going to go. I think there is a good chance it’s going to become the defacto deployment target for a lot of software, so in addition to browser and server:

- Plugins for desktop/mobile apps, wasm provides a nicely sandboxed environment for them.

- Gaming, the combination of WASM and WebGPU will be the perfect platform for cross platform game development. I could see Steam, for example, creating their own runtime.

- Embedded electronics, simplifying the development and deployment of IoT devices.

When it comes to wasm on the server, it’s often talked about as targeting the “edge”. I believe this the next area of massive growth, however the part that I don’t think is fully solved yet is on the database side. If your server app is making multiple database calls from the edge to a central db there is a good chance that it will slower than a traditional (single location) deployment.

What’s needed is a edge first database, we need at least read replicas to be at the edge with your app. Fly.io have something like this with their Postgres’s product. The alternative is to use an eventually consistent db such as CouchBD, but that causes other problems. I’m interested to see if CloudFlare do anything in this area as it’s the part of their stack that’s missing.

tester34 · 4 years ago
Is WASM going to replace:

Lua, JS and LLV IRM?

tester34 commented on My first three months with a Nokia dumb phone as a daily driver   artmatsak.com/post/first-... · Posted by u/jamix
whoibrar · 4 years ago
Did you never get a smartphone (in a way most people do) or have you gone back to good ol days ?

If former, what other ways you've adapted for essential stuff that need a smart device.

If later, do you ever plan on getting a smartphone again ?

tester34 · 4 years ago
I've never bought smartphone because felt no need

but the only things that make me really, really strongly consider getting smartphone is some form of Maps - let it be Google or something

and ability to send&receive pictures (MMS suck)

It's definitely possible to live with dumb phone, but stuff like maps, sending pictures and maybe access to email are sometimes incredibly handy

tester34 commented on Is the madness ever going to end?   unixsheikh.com/articles/i... · Posted by u/zaik
BeefWellington · 4 years ago
> The argument for Electron and React Native isn't "it's modern", it's "it's much cheaper".

I'd argue it's not cheaper overall, just for the company choosing to do the development.

What I mean is, the lost productivity of waiting around for slack to load a channel is essentially outsourcing this cost difference via poor performance.

tester34 · 4 years ago
>What I mean is, the lost productivity of waiting around for slack to load a channel is essentially outsourcing this cost difference via poor performance.

What makes you think that Slack's loading times is due to Electron, not shitty backend?

This is genuine question

tester34 commented on Is the madness ever going to end?   unixsheikh.com/articles/i... · Posted by u/zaik
martneumann · 4 years ago
From my experience, these Microsoft frameworks never really get picked up by larger parts of the community.

I feel like Microsoft's approach is to create a framework for everything and hope it sticks - though they appear to repeatedly fail. Nobody really used Xamarin. Nobody is using Blazor.

This very minimal documentation of Maui doesn't really scream confidence in their own product, either. I predict this one will die as well.

tester34 · 4 years ago
>Nobody is using Blazor.

Hmm, I don't think this is true.

Also this is kind of different beast - WASM has some limitations that need to be overcome

tester34 commented on Firefox 96   mozilla.org/en-US/firefox... · Posted by u/NiekvdMaas
thesuitonym · 4 years ago
>Even if it were inferior in any aspect to other options, I'd still use it for the above mentioned reasons.

I agree with you, but luckily, it's not inferior!

tester34 · 4 years ago
idk

Google Maps performance seems to be way worse

I do wonder how's the WASM performance

tester34 commented on Ask HN: How to learn about text editor architectures and implementations?    · Posted by u/s3arch
tester34 · 4 years ago
Honestly nothing gives as much experience/knowledge

as trying to write it yourself

and then reading about how other people do it e.g VS Code blog

https://code.visualstudio.com/blogs/2018/03/23/text-buffer-r...

tester34 commented on Show HN: I'm 15 and building a live quiz app for classrooms: Quickz   quickz.org/play... · Posted by u/varun_ch
megalodon · 4 years ago
Are you thinking of Tibia?
tester34 · 4 years ago
Yes

u/tester34

KarmaCake day1007May 15, 2020View Original