Readit News logoReadit News
ALLTaken commented on New 'negative light' technology hides data transfers in plain sight   unsw.edu.au/newsroom/news... · Posted by u/wjSgoWPm5bWAhXB
ALLTaken · 15 hours ago
Between 2013 and 2015 I was working on UWB (Ultra-Wideband-Radar). It's stealth, undistinguishable from background noise too. Of course that depends on multiple attributes, but in general the signal can be understood like a chirp within multiple frequencies, thus looking non-linear and especially hard to detect, if there are multiple such devices additionally communicating with each other. Orbital Angular Momentum (OAM) makes it even more efficient at being stealth, without diving too deep into it.

So this negative-light technology is quite interesting in that it's stealth, but it has to come a long way to reach the ubiquity of UWB. I'm curious if and how such technology could be used in space though. Happy to hear more!

One of the most plaguing questions I have is that it's very odd that specialists are so quite about the wide-spread integration of UWB chips in all modern phones and the accompanying "possible" surveillance nightmare. As a government it'd be total horror to be fully penetrated by an adversary like this. If you find otherwise please share the paper here, there's a lot of literature about UWB, OAM, beam-forming, antenna-design and related technology that, when put together easily make someone doubting it at least more inclined to be more open.

My work back then was sold to military by one of my professors behind my back, and after confronting the professor about it he laughed it off telling me it's normal and okay. I refused to publish about it, as I was finding it difficult to find a positive usage scenario, plus he was profiting of off my work that I needed for a grade financially outside of university and of course of no intention of integrating my work. To add salt to that wound he instructed me to change my applied-science paper to be more of a guide for a few select PhDs who'd receive the financial grants, making my work a footnote at best. I have no words. Later I learnt by a friend working on his Dr. degree how he got betrayed by his Dr Father. He was working on a science-backed improvement for a factory, after telling his Dr. Father he found that he patented the technology and sold it to the factory. When he found out, he heard a similar story to mine, where his Dr. Father basically told him, "lesson-learnt, better me than someone else". He finished his degree and kept his profile-low for years after that to not cause conflict.. quite sad.

My initial plan was to provide IPS to the campus with a few-cm accuracy and gesture recognition through walls as a cool gimmick with future work focusing on accessibility scenarios.

But with current devices it's possible to use the UWB chips in distributed mesh (similar to find-my) to create an ultra-high-resolution 3D-feed with city-wide, real-time and through-wall sensing at mm-accuracy. I'm not even factoring in resolution upgrades using AI.

Cook me, if you want, this was genuine scientific work taking months of work back in 2015 to be able to build, but being backstabbed by your professor was quite unreal to find out. Later I got similar signals from friends at Fraunhofer and Max-Planck. Just listening to their work stories made clear they were fooled doing science, when they in tandem were quite frankly building military reconnaissance technology, but distributed in small disconnect groups of low-paid scientists (PhD/Dr/MSc).

ALLTaken commented on More Mac malware from Google search   eclecticlight.co/2026/01/... · Posted by u/kristianp
ALLTaken · a month ago
DO NOT GOOGLE EXPRESS VPN!

The GitHub links are one of the nastiest Malware I ever encountered in my life!

I steals your Apple Keychain, all your "Safe" Passkeys, your Google Chrome "Saved Passwords", even your KeePass Database!

Login and security is still not sufficiently solved with attack-proofs for the most important things in life like your Bank, Email, Wallets, Social Logins.

Your "logged-in Sessions" also get stolen! It's unbearable that most cookies expire in months "ON THE SERVER SIDE"! You have no control and can't log the attacker out!

It happened to me, when I was in China and searched for ExpressVPN, because the main website didn't load forever, the GitHub link seemed like an alternative.. damn.. I changed my Google Password 5 times and the attacker was still able to log-in, it was so devastating! I had to change my email passwords multiple times too.

Sessions are what make logins valid and this is the weakest link of all. I wish Sessions used Off-The-Record encryption with One-Time-Pads, such that each acccess requires a new key, that can only be derived with a valid reply that makes safe that the attacker can be logged out safely.

ALLTaken commented on Making Democracy Work: Fixing and Simplifying Egalitarian Paxos   arxiv.org/abs/2511.02743... · Posted by u/otrack
dgacmu · 4 months ago
otrack et al.: Thank you and congratulations! It's gratifying seeing the wheels of research make progress.

My appreciation of formal and machine-checked proofs has grown since we wrote the original EPaxos paper; I was delighted at the time at the degree to which Iulian was able to specify the protocol in TLA+, but now in hindsight wish we (or a later student) had made the push to get the recovery part formalized as well, so perhaps we'd have found these issues a decade ago. Kudos for finding and fixing it.

Have you yourselves considered formalizing your changes to the protocol in TLA+? I wonder if the advances the formal folks have made over the last decade or so would ease this task. Or, perhaps better yet -- one could imagine a joint protocol+implementation verification in a system like Ironfleet or Verus, which would be tremendously cool and also probably a person-year of work. :)

Edited to add: This would probably make a great masters thesis project. If y'all are not already planning on going there, I might drop the idea to Bryan Parno and see if we find someone one of these years who would be interested in verifying/implementing your fixed version in Verus. Let me know (or if we start down the path I'll reach out).

ALLTaken · 4 months ago
msc thesis only left. happy to do it with a twist. training an ml model to speed up proof generation and verification.

can you share more?

ALLTaken commented on Marko – A declarative, HTML‑based language   markojs.com/... · Posted by u/ulrischa
nielsbot · 4 months ago
Maybe off topic, but I’d kill for a HAML for TSX or Svelte!

Working with HAML really did make building web app fun IMO. I can’t be the only one!

ALLTaken · 4 months ago
Someone posted here, thanks for that!! It immediately reminded me of HAML: https://harcstack.org/

I like HAML a lot, it was the most pleasant to develop with. And it shares a lot in common with Stylus. They both shared things in common.

NO NEED FOR: Curly braces, parentheses and semicolons. The cool thing, it was all optional and I wasn't forced to make use of all shortcuts!

I developed my own CSS Framework in 2003, shared with some UX guy at Yahoo, who incorporated it into YUI mostly as is, after I waived all rights. Most of that became internet standard. Later I had my own PHP based CSS scaffolding framework in 2005 that could also generate grids (before flex-box). SCASS/LESS was really similar to my framework, when it came out.

But I disliked it, it just looked like PHP mixed with CSS. I thought why accept the ugly syntax, despite a compiler being available?

The best ever existed is: HAML + Stylus + (HARC?)

See the beauty of it: https://stylus-lang.com/docs/selectors.html

Now compare with HAML https://haml.info/

I think https://harcstack.org/ makes a good successor.

ALLTaken commented on The Geometry of Schemes [pdf]   webhomes.maths.ed.ac.uk/~... · Posted by u/measurablefunc
sam1r · 4 months ago
oh yeah! that is insane.
ALLTaken · 4 months ago
I think it's cute!

What if it's steganography or symbolic or a puzzle.

If it's none of that, to complain about it is a bit too harsh.. for something on page 67.

Dead Comment

Dead Comment

ALLTaken commented on New proof dramatically compresses space needed for computation   scientificamerican.com/ar... · Posted by u/baruchel
JohnKemeny · 8 months ago
Related:

For algorithms, a little memory outweighs a lot of time. 343 points, 139 comments, 39 days ago. https://news.ycombinator.com/item?id=44055347

You need much less memory than time. 126 points, 11 comments, 22 days ago. https://news.ycombinator.com/item?id=44212855

ALLTaken · 8 months ago
I am trying to understand how the paper OP posted can be translated into anything that improves current algorithms.

Can actually any current algorithms improved by this?? Or is that only the case if the hardware itself is improved?

I am baffled

ALLTaken commented on U.S. bombs Iranian nuclear sites   bbc.co.uk/news/live/ckg3r... · Posted by u/mattcollins
libertine · 9 months ago
Ukraine is being invaded in a genocidal war to try to annex them and delete them from the map, by Russia. Russia signed the Budapest Memorandum with Ukraine for them to surrender their nukes.

All while Russia is threatning with nuclear destruction of Ukraine and Western countries.

So, how the hell is Ukraine salivating over WW3 and Russia isn't LMAO

ALLTaken · 9 months ago
aggressive and loaded comment you made here.

Actions provoking WW3 are as I commented. You've not made a valid counter argument and have only chose PARTISANSHIP. Which I have not.

I suggest etiquette and neutral speech before spitting hate in internet forums.

ALLTaken commented on U.S. bombs Iranian nuclear sites   bbc.co.uk/news/live/ckg3r... · Posted by u/mattcollins
HPsquared · 9 months ago
Libya was pretty developed with an educated population, decent economy etc too, more developed then Iran I'd say.. look how that turned out. State collapse is no joke.
ALLTaken · 9 months ago
there are private banks and operations similar to BlackWater, like Osherbrand and many others that steal, murder and take capital from the public by re-enforcing external threats and then providing "rescue" via their private fleet to extract the corrupt politicians for 30% to 70% commissions and murder away anyone hindering them. Collapse my ass, it's foreign influence and internal corruption. Like always.

Be neutral and objective, but America, Ukraine and Israel are currently the most agresively operating forces salivating over WW3. Yes, Russia is also quite brutal, but it's not going to profit from WW3 on the stock market!

Who are the PROFITEERS of this?

How can WE fight this war mongering?

Do we need to get active on the Battlefield? Do we need to sabotage Sattelite Networks, disarm financial incentives etc. etc. to combat those who want a WW3?

Only billionaires are going to become richer from a war. Everyone else will eat radioactive food and their DNA will be wiped out forever from the human gene pool. Seem like an Eugenic goal

u/ALLTaken

KarmaCake day83October 2, 2015View Original