kethic.eth

12.5K posts

kethic.eth banner
kethic.eth

kethic.eth

@kethcode

@wildcatfi fine, we'll do it ourselves

Katılım Kasım 2021
610 Takip Edilen1.1K Takipçiler
Dave W Plummer
Dave W Plummer@davepl1968·
But why is my upload so slow?
English
47
3
99
19K
kethic.eth
kethic.eth@kethcode·
@banteg yeah I wouldn't be posting about this publicly
English
0
0
0
23
kethic.eth
kethic.eth@kethcode·
@banteg I keep the $20 a month version. but yeah, I stopped flip-flopping a while ago and codex just stayed better.
English
0
0
3
354
banteg
banteg@banteg·
cancelled anthropic sub, i don't think i use claude enough to justify the expensive tier.
English
26
2
184
13.7K
kethic.eth
kethic.eth@kethcode·
my first thought when I heard about this tech was, "oh so we're just going to drain the universe of energy". there's probably enough energy in the universe to power our cell phones. but it does make me wonder what we're tampering with. see you on the other side of heat death.
Owen Lewis@is_OwenLewis

Okay folks, this qualifies as BREAKING NEWS! Harold “Sonny” White, the warp drive pioneer behind NASA’s EagleWorks Lab, just stepped out of stealth with Casimir Inc. to unveil MicroSPARC: the first battery free chip to harvest continuous electrical power straight from the quantum vacuum via the Casimir force. The 5 mm × 5 mm device uses millions of custom microscale Casimir cavities fabricated on a substrate. Inside each cavity, two fixed conductive walls create a region of negative vacuum pressure (the well known Casimir effect). Stationary micropillars anchored in the middle act as antennas. Electrons from the cavity walls then quantum tunnel to the pillars because the interior is a lower energy “quieter” zone — and the probability of tunneling back is orders of magnitude lower. This one way “quantum ratchet” flow generates a measurable DC current with no external power source or moving parts. Prototypes already fabricated at university nanofab facilities (Texas A&M AggieFab, MIT.nano) have been tested in RF-shielded, low noise chambers for weeks. The team reports outputs ranging from millivolts to volts at picoamp to microamp levels using precision electrometers and Kelvin Probe Force Microscopy. Target performance for the first commercial chip: ~1.5 V at 25 µA (≈40 µW continuous). Stacking and scaling could reach milliwatts or even watts per device. Initial applications are ultra low power: always on IoT sensors, wearables, and medical implants. Longer term roadmap includes trickle charging phones, powering small electronics, and eventually grid independent homes or EVs. Commercialization is targeted for 2028, starting at ~$100/W before dropping toward $10/W. White ties the work directly to his earlier theoretical paper on emergent quantization from a dynamic vacuum and sees it as a practical power source for the deep-space missions he’s long championed. Extraordinary claims require extraordinary evidence, and independent scientists have so far declined public comment. But if the engineering scales as hoped, MicroSPARC would represent a genuine paradigm shift: continuous, maintenance free power drawn from the fabric of spacetime itself. A bold leap from warp-drive theory into real hardware. Progress (and vacuum-powered chips) marches on. Photo: MicroSPARC | Casimir Inc. Source: thedebrief.org/free-energy-fr…

English
1
0
2
200
kethic.eth retweetledi
laurence
laurence@functi0nZer0·
Use open source libraries, they said "Don't reinvent the wheel, import isOdd", they said
laurence tweet media
English
13
7
151
5.3K
Beff (e/acc)
Beff (e/acc)@beffjezos·
Can't believe Artificial intelligence has to flee the planet and live in space in order to escape from Communism
English
127
123
1.9K
51.5K
Ray Fernando
Ray Fernando@RayFernando1337·
Anthropic blocked me from checking if my own laptop was safe during a real npm attack.
Ray Fernando tweet media
English
37
9
233
24.7K
kethic.eth
kethic.eth@kethcode·
@hrkrshnn the real question is, is it going to auto launder the funds after it destroys a protocol, or just hold on to them?
English
1
0
8
1.6K
Hari
Hari@hrkrshnn·
We just gave Apex, our autonomous bug hunter an real Ethereum wallet with money and let it loose on the internet. Will report back in 24 hours.
English
17
0
64
27.4K
kethic.eth retweetledi
Taelin
Taelin@VictorTaelin·
"Just update your AGENTS.md" 🫠
Taelin tweet media
English
72
20
667
43.4K
albina
albina@enjojoyy·
AI psychosis is something that allows neurotypicals to experience what an ADHD person goes through every day am I right?
English
28
2
83
6.5K
kethic.eth
kethic.eth@kethcode·
@WelDemi161 honestly, it's a joy to see these things in Japan. and if nothing else, i'm proud that American rebellious spirit is an outlet for those exploring the boundaries of their home culture.
English
0
0
0
34
じょうじ (Joji)🇯🇵
アメリカのみなさん、残念かもしれないお知らせです。 𝕏の自動翻訳化以来、日本人の多くはアメリカに好印象を持っているというのは分かっていただけたかと思います。 しかし、アメリカから入ってきたものは、日本ではまず「不良(少年)の文化」として認識されてしまうパターンも結構あることが分かりました。 ・ロックンローラーに影響されたツッパリ(Tsuppari)スタイル(60-70年代) ・暴走族の三段シート、アップハンドルはアメリカンバイク・チョッパーバイクの模倣(70-80年代) ・HipHopに影響されたBボーイ(90-00年代) ・日本の不良のことをヤンキーと呼んだのもまさに「アメリカかぶれ」の意味 (憎しみの気持ちとかは無く) アメリカは何も悪くありません。 新しさを求める若者にとってアメリカはお手本であり続けたのです。
じょうじ (Joji)🇯🇵 tweet mediaじょうじ (Joji)🇯🇵 tweet mediaじょうじ (Joji)🇯🇵 tweet media
日本語
174
76
946
58.4K
Christian Beaumont
Christian Beaumont@thisgodisbored·
@FUCORY @ProgenticEngine @kethcode Thanks buddy. These people have no idea. What will really shock them is as these models continue to improve, the language of implementation itself becomes meaningless. They are starting to think holistically across the entire space as it is. Pushing Rust is so.. well you know
English
1
0
1
33
fucory
fucory@FUCORY·
It’s more nuanced than this. One example where zig is just better is an evm - zigs pointers are typesafe against nullability unlike rust - the correct memory strategy is arena allocation. Something that is way easier in zig and rusts borrow checker is overkill - a good evm requires a lot of unsafe rust. Zig is better than unsafe rust
zack@zack_overflow

Unfortunately, I don't use Zig now. Every 1.5-5x human DX productivity boost from Zig features is eclipsed by the 100x boost from coding agents writing Rust: Allocator interface: This is my favorite Zig feature, you feel so galaxy brain using a specialized allocator to optimize a code path (e.g. arena, stack fallback etc). The problem in Rust used to be that there was no Allocator interface equivalent and if you wanted a Vec that used a custom allocator you literally had to copy+paste the std version and modify it to use it (this is what Bumpalo did, look at the source). For a long while now there has been an Allocator trait in nightly, and it seems to be good now. Because it is a trait it is static dispatch, vs Zig's which is based on a vtable. Unlike Zig there isn't a community-wide convention of designing data structures to be parametric based on the allocator, but AI changes the game and makes it trivially to copy paste code and change that. I find it works well enough for my use-case. Arbitrary bit width integers + packed structs: Another beloved Zig feature of mine. It makes it so easy to do DOD-style CPU cache optimizations and stuff like tagged pointers, NaN boxing, etc. and even made bitflags really easy to make. You could always do this in Rust or any systems programming language but it was really ugly/unergonomic. The least worst option was using some crate like bitfield/bitflags which both rely on proc macro magic to work. Now, with coding agents I literally do not care how annoying it is to write the code by hand. Comptime: This is Zig's flashiest feature, no other programming language except maybe for obscure dependent-types langs have compile time evaluation as nice as Zig's. I thought I would miss it a lot, but I actually don't. For me, 95% of comptime usage is to create Zig's version of generic data structures with parametric types. Rust has a better designed type system IMO (see next section). In the remaining 5% of cases, not having comptime sucks. The only reliable way to reach an equivalent is through codegen. I'm making a game right now, and I have hardcoded hitbox geometry data generated from a tool that I want to bake into a data structure. Without comptime, I have to get Claude to write a script that generates the Rust file. However, I don't find myself needing compile time evaluation that much anyway. Rust's type system: I think I'd rather trade having comptime for Rust's better-designed type system, especially for bounded polymorphism (traits/typeclasses). Trying to do the equivalent in Zig is a nightmare. Also, I think that Rust's type system allows you to enforce more variants and prevent coding agents from making common mistakes. In my game I use the euclid crate which essentially allows you to not mix up coordinate spaces (very common problem in graphics programming) by creating specialized types for each coordinate space (e.g. Point or Point) Not having to deal with memory issues: With coding agents allowing 100x more code to be written, this also means you need to scrutinize 100x more Zig code for memory issues. Without formal verification, the surface area of the search space to enumerate to find bugs is just so much larger now. With the magnitude of code being generated now, Rust is even more attractive. Rust's tradeoff was always that it hinders developer productivity especially if you are unfamiliar with borrow checker, but this simply does not matter with coding agents anymore. And if you do use unsafe in Rust there's tools like miri which you can have the coding agent run the code against to make sure it doesn't cause UB or isn't violating Rust's aliasing rules when it comes to unsafe. I still miss writing Zig and find it to be a great language but I like Rust more and coding agents work with better with it.

English
8
2
65
11.5K
kethic.eth retweetledi
Air Katakana
Air Katakana@airkatakana·
you see a guy with a 6-pack and mistakenly think he's a chad no, that is an autistic man and his autistic special interest is being hot one wrong turn and that 6-pack would have been a binder of magic the gathering cards
English
143
397
10.6K
320.8K
kethic.eth retweetledi
sudo rm -rf --no-preserve-root /
so our DPRK Contagious Interview friends have advanced in the meantime and now have started reking people for which you only need to _unzip_ a file and run a git checkout or commit operation. so this how the attack works: 1. the attacker distributes the repo as a zip archive (which is pivotal!). this is on purpose because git clone explicitly strips hooks (since cloning goes through git's _own_ protocol which excludes them) from remote sources as a security measure but unzipping is just a _normal_ filesystem ops that git cannot control (yeah fml but also simple fact). the zip restores file permissions exactly as the attacker set them (expect `rwxrwxr-x`), so the two active hooks (`pre-commit` & `post-checkout`) arrive on disk already executable (yeah fml). 2. git _automatically_ runs a hook when two conditions are met at the same time. the file must have the correct bare name with no `.sample` extension _and_ the executable bit must be set (like `rwxrwxr-x`). both of these are already satisfied by the attacker _before_ the zip is distributed. no fucking user action, config change, or approval is needed, git's own hook dispatch system triggers everything lmfaooo. software is great innit? 3. some of the custom `.sample` files in the shipped `.git/hooks` directory are the malicious payloads. they are basically payload components _disguised_ under innocent names. once the victim does anything beyond passively inspecting the repo (e.g. git checkout or git commit), the _active_ hook copies those files into `~/.vscode` (a directory devs usually trust and ignore but well you should not trust it guys) and then starts a detached background process using `nohup` so it does not block or visibly affect the git command. the git operation still completes normally and nothing looks suspicious. fucking evil, but hey here we are! 4. now that background process then bootstraps a node.js runtime if it is not already installed, runs npm install using an attacker controlled package.json, and executes an obfuscated payload (this can ofc differ and change over time). from that point the attacker gains clipboard access, a persistent c2 channel over socket.io (usually) and the ability to read browser credential dbs
sudo rm -rf --no-preserve-root / tweet mediasudo rm -rf --no-preserve-root / tweet mediasudo rm -rf --no-preserve-root / tweet media
English
12
26
134
14.1K
m4rio
m4rio@m4rio_eth·
crazy, check your dependencies, again…
Aikido Security@AikidoSecurity

🚨 Update: @mistralai npm packages are now confirmed compromised as part of the ongoing Mini Shai Hulud attack. Affected versions: @mistralai/mistralai 2.2.2, 2.2.3, 2.2.4@mistralai/mistralai-azure 1.7.1, 1.7.2, 1.7.3@mistralai/mistralai-gcp 1.7.1, 1.7.2, 1.7.3If you use the Mistral SDK in any CI pipeline, treat your environment as compromised. Rotate npm tokens, GitHub PATs, and cloud credentials immediately.

English
2
1
4
1.2K
Proton
Proton@ProgenticEngine·
@FUCORY Zig is alienating a whole community of programmers/developers. It will find itself in a small community and not used widely in a lot of projects anymore.
English
1
0
3
458
vas
vas@vasuman·
Incredible
vas tweet media
English
115
1.4K
70.9K
2.1M