HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ramrunner0xff

no profile record

comments

ramrunner0xff
·12 माह पहले·discuss
what an amazing article packed with very useful physics insights. Need to follow up more on the last idea of the gaussian random force and the quantization of Newton's equations. Even the opening sentence had me try to remember some of my DE by expressing the rational faction via the technique of the variation of constants :) (have to admit that i felt too rusty...). Thank you for posting this!
ramrunner0xff
·2 वर्ष पहले·discuss
similarly i am in this ridiculous position. I am a security engineer, wanting to work in vulnerability research. Got an EB2-NIW green card due to my skills being valuable for the national interest. Can't even get an interview because all vulnerability researcher positions require TS clearance... I guess i will just have to wait 4 more years for the citizenship, but it's a pity.
ramrunner0xff
·2 वर्ष पहले·discuss
this is a valid question why is it being downvoted?
ramrunner0xff
·2 वर्ष पहले·discuss
hmm this is strange, i tried the invite and it worked for me. If you are on fedi, @[email protected] is part of the team.

thanks for the links, i will get in touch personally when i try ir0h :)
ramrunner0xff
·2 वर्ष पहले·discuss
https://yewtu.be/watch?v=Kb1lKscAMDQ

this was the presentation at DC'31. i will also check out iroh! thanks for working in building something in this space, it is much much needed!
ramrunner0xff
·2 वर्ष पहले·discuss
https://veilid.com/ should also be a great alternative. i haven't had time to use it yet, but it was built to address performance issues with ipfs and allow for both dht style content discovery, but also for direct websocket connections for streaming (and doing that in an anonymous fashion)
ramrunner0xff
·3 वर्ष पहले·discuss
https://archive.is/xmTWb
ramrunner0xff
·3 वर्ष पहले·discuss
i would also need wpa_supplicant for the wifi though. i would also need to install ifconfig or iptools and making sure that systemd/network-network manager respects my config. I would also need to figure out the interface's name-du-jour or add udev rules to force a name of my preference. I hope you see my point.
ramrunner0xff
·3 वर्ष पहले·discuss
I'm sorry but i fail to see how this is _simple_ networking. It shows the state of Linux these days. Compare that with OpenBSD's interface to do the same thing.

wired: ifconfig [if] autoconf up

wireless: ifconfig [if] join [ssid] wpakey [pass] autoconf up

Consistent documentation existing in man ifconfig. The sad thing is that Linux used to be designed not evolved.