Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
basro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
basro
2mo ago
A fan is better than nothing, even in a heatwave.
2.
▲
by
basro
3mo ago
I wish it had support for a system similar to webrtc's offer and answer SDP messages. From what I see, relay servers are doing a job that is equivalent to Stun + Turn + SignalingServer in WebRTC. This is great for simplicity, but havin
3.
▲
by
basro
3mo ago
> I would be personally a little disappointed if Typst replaced LaTeX, but until that happens, I definitely hope that it continues to do well. I'm curious about why you'd be disappointed. Is it because you think typst is an irr
4.
▲
by
basro
6mo ago
They differ in a similar way to how React differs from SolidJS. In react when state changes the component functions that depended on that state are rerun to compute what the component should now look like. Then react diffs the new output wi
5.
▲
by
basro
11mo ago
Hey, I'm curious about the web component framework and css framework you mentioned. I was unable to find info about it, could you link me?
6.
▲
by
basro
3y ago
What would be the other lightweight statically typed scripting languages? There really aren't many.
7.
▲
by
basro
3y ago
I think I agree that it's akin to organized crime, it's a case of "the goal justifies the means". You see the goal of forcing union usage as a noble thing so you agree with these means. If the goal was one that you don&#
8.
▲
by
basro
3y ago
No, performance and power consumption should go hand in hand in this case. If you are strongly IO bound, paying for the synchronization is not really going to matter much I believe. There are cases where you can be CPU bound and using the s
9.
▲
by
basro
3y ago
This is true but the rest of the ecosystem is not built for it. If you try to use axum in this way you'd still need to use send and sync all over the place.
10.
▲
by
basro
3y ago
Instead of Arc and Mutex you'd be using Rc and RefCell. Wouldn't it be just as complex and verbose code-wise? I understand that it is less efficient but in the case you describe wouldn't paying for a few extra atomics be negl
11.
▲
by
basro
3y ago
So, how do you suggest a company would make profit while also not limiting to people who can afford paying for the product? If you are thinking of the free to play model with microtransactions, I do not think that it would work as well for
12.
▲
by
basro
3y ago
That sounds like an improvement
13.
▲
by
basro
4y ago
Didn't he address this? He has both the ability to report/block users and also the ability to report content (comments) in his app.
14.
▲
by
basro
6y ago
Because it runs in the browser it's trivial to apply client side cheats. For example see through walls, auto aim.
15.
▲
by
basro
6y ago
Browsers no longer leak local ip addresses, there's a new feature that uses mDNS instead of local ips.
16.
▲
by
basro
6y ago
I think there's not. But, in case your WebRTC is disabled because of the local ip leaking thing, I'll have you know that both chrome and firefox have changed that and no longer leak local ips, instead mDNS is being used now. If yo
17.
▲
by
basro
6y ago
Yeah, it had a setting for that.
18.
▲
by
basro
6y ago
It uses WebGL and WebRTC for p2p connections.
19.
▲
by
basro
7y ago
Thanks, for the compliment. I'll consider writing a blog post in the future. It's actually kind of playable on android at the moment, but only if you have a keyboard or gamepad plugged into the device. I'm not really into mob
20.
▲
by
basro
7y ago
You are welcome
21.
▲
by
basro
7y ago
Here's some video footage for anyone who doesn't want to play but still wants to see what it's like: https://youtu.be/oANleO-sE9s
22.
▲
by
basro
7y ago
Mine too ;)
23.
▲
Show HN: A browser-based multiplayer clone of the DOS game Liero using WebRTC
(webliero.com)
9 points
by
basro
7y ago
|
7 comments