HackerTrans
トップ新着トレンドコメント過去質問紹介求人

flanfly

no profile record

投稿

VMBoot Proof of Concept

9esec.io
1 ポイント·投稿者 flanfly·2 年前·0 コメント

Letter to a Young Crypto Enthusiast (Or the Merely Curious)

nytimes.com
3 ポイント·投稿者 flanfly·3 年前·0 コメント

Refining Open-Source Firmware Support for the Intel Platform (2022)

blog.osfw.foundation
1 ポイント·投稿者 flanfly·3 年前·0 コメント

[untitled]

13 ポイント·投稿者 flanfly·4 年前·0 コメント

Fedora 38 Looks to Shift RPM to Sequoia, a Rust-Based OpenPGP Parser

phoronix.com
2 ポイント·投稿者 flanfly·4 年前·0 コメント

Mohammed bin Salman: Saudi leader given US immunity over Khashoggi killing

bbc.com
200 ポイント·投稿者 flanfly·4 年前·163 コメント

Rekt News Feed

feed.rekt.news
1 ポイント·投稿者 flanfly·4 年前·0 コメント

Controlled by a Cabal of Its Enemies [2021]

datagubbe.se
4 ポイント·投稿者 flanfly·4 年前·0 コメント

コメント

flanfly
·3 か月前·議論
A neat trick I was told is to always have ballast files on your systems. Just a few GiB of zeros that you can delete in cases like this. This won't fix the problem, but will buy you time and free space for stuff like lock files so you can get a working system.
flanfly
·7 か月前·議論
Good showcase. Your code will match the first parameter that has <param> as a suffix, no necessarily <param> exactly (username=blag&name=blub will return blag). It also doesn't handle any percent encoding.
flanfly
·昨年·議論
Props to Intel duping AMD to buy Xillix for whooping $50B
flanfly
·2 年前·議論
I'm German and had a startup in Germany (standard UG holding + GmbH).

My one advice to anyone thinking of starting a company is: don't do it in Germany. Tax burden, insane bureaucracy and a conservative, tech adverse local market put you at a disadvantage against UK/US peers.

>German founders are incentivized to move abroad before exits

Don't do that. The tax office will treat that as a sale and will tax the current valuation at 20%.
flanfly
·2 年前·議論
As a long time vim users, elisp is something I always envied the emacs guys for. I love vim and bram but viml is a pos. The result were a multitude of language bindings. Of course, now everyone uses their favorite language to write extension which meant that most non trivial vim configs require a working python, perl, ruby and ocaml interpreter on the system. Lua in nvim fixes that, now I only need to install a billion language servers before I can start working :D
flanfly
·2 年前·議論
I quoted this, in full, in my MSc thesis. It's both a light hearted introduction to the Halting Problem and something you need to reference quite often when writing about static program analysis. Good times.
flanfly
·2 年前·議論
Funny and a good reminder that there is much money to be made from just packaging code off Github in a usable UI and providing binaries for the 99%.
flanfly
·3 年前·議論
It has a lot to do with Google. MS Research it a pretty good example how to turn your industrial research into products.
flanfly
·3 年前·議論
Finally a reason to update from 4.2.0
flanfly
·3 年前·議論
Good news for cryptographers in case we need an alternative to LWE and coding-based PQC.
flanfly
·3 年前·議論
It's an integral part of my workflow now. I love it. My common use cases are

- generating doc comments that are 99% correct

- completing boilerplate like error handling (f- you golang)

- write a "quick start" skeleton for unknown libraries and frameworks
flanfly
·3 年前·議論
I got these on Brave on two different computers. Disabling hardware acceleration fixed it. Both had Intel graphics.
flanfly
·3 年前·議論
The work on stboot and it's supporting components, including documentation was moved to it's own Gitlab: https://git.glasklar.is/system-transparency/core/stboot
flanfly
·3 年前·議論
I'm not sure what you mean. BTC is up 29x since 2017 while QQQ is up 1.8x
flanfly
·3 年前·議論
I'm not sure whether this is sarcasm, but in case it's not: I do.
flanfly
·3 年前·議論
If you want to know whether your TPM is vulnerable I wrote a simple tool to check that: https://github.com/immune-gmbh/tpm-vuln-checker
flanfly
·3 年前·議論
How do I get continuous deployments without k8s? I value being able to deploy new code quickly, easily and fearless, especially in high speed low drag environments like startups. I don't see how I can do GitOps like workflows with any other tools that have the same large mindshare and breath of commercial, managed offerings.
flanfly
·4 年前·議論
I not sure whether that satire. In case its not, most languages that allow inline assembly (like C) have an optional "clobber list" argument that tells the dataflow analysis of the compiler that your assembly snippet overwrites certain registers [1]. Inline assembly doesn't have target specific clobber lists because it's assumed that the code only works on one target and the programmer has to take care of making it work.

1: https://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO....
flanfly
·4 年前·議論
Impressive. I wonder how much of this was planned by CZ.
flanfly
·4 年前·議論
Baker and friends pulling out the money and Mozilla employees turning the NGO into just another bargaining chip in the US culture war seems more like a symptom of the rot that set in years earlier. Since the late 2010s there seems to be a distinctive lack of vision at Mozilla.

Building a browser engine from scratch is akin to building an operating system. Maybe the new Firefox will be 95% effective vs. an only 92% effective Chrome but I don't see how this effort advances the state of the web in terms of freedom and user choice meaningfully. Like others here I switched to Brave a few years ago. I think their strategy of building interesting things on top of Chrome is smarter. Imagine if Brave where the prevalent browser and I could send anybody an .onion or ipfs:// link at it would Just Work (TM). Same with their BAT token. Instead of restlessly shitting on the idea, let's imagine it does work and we have an alternative to ads for monetising content. I find this way more exciting than parallel rendering and Rust.

For a Phoenix and later Firebird user like me it's sad to see what happened to Mozilla, but the only constant is change.

Edit: grammar