pull down to refresh
@ek
5,391,252 sats stacked
stacking since: #57444longest cowboy streak: 233 verified stacker.news contributornpub16x07c...2j2s96s89dekzyis
0 sats \ 0 replies \ @ek 4m \ parent \ on: Hedging your bets, learn from @Undisciplined oracle
it is not yet a bug
Yeah I watched what they were posting a bit, see #1095189
It's just random garbage, so yeah probably really someone who figured out how to use the API to move markets but didn't figure out you don't actually have to create items that will show up for others
I don't know what @247bf84fda is trying to achieve but I guess I will review this today
Thanks for your interest! We have API keys but since our resources are limited (don't want to become bot support, fight against abuse etc.), we enable them for accounts on a case-by-base basis for now.
I like your idea! I will get back to you regarding this within four weeks, if not earlier. We still have some important stuff to finish before we can start to think about handing out new API keys or even API key access by default.
@remindme in 4 weeks
133 sats \ 4 replies \ @ek 23 Aug \ parent \ on: Thinkpad x1 Nano Gen 1 or Carbon Gen 8? Goods_and_Gadgets
Mhh, don't really use the touchpad, I almost always use an external mouse
Fwiw, I have a refurbished ThinkPad X1 Carbon G9 14" i7-1165G7 1TB/32GB and I'm very happy with it. @Car also said it's very light.
I can't say anything about any Nano model or Carbon Gen 7 or 8 though.
I would just make sure whatever you get has at least 16GB of RAM.
My trusty old laptop is giving up the ghost.
Have you tried running Linux though?
It's 2025, AI is proliferating and I still need to dismiss the same 58014 notifications on my phone, in my mails and in the corresponding apps
I can't say what made me choose it out of all the other critically-acclaimed titles on the carousel. [...] The setting is the ABC live broadcast control room at the 1972 Summer Olympics in Munich. The action is a terrorist attack.
I want to believe that me mentioning the terrorist attack a few weeks ago had some influence
This dependency on the authentication service does sound pretty bad, thanks for sharing!
Does the MLS specification offer a practical mechanism for the end users to mitigate the effect of a compromised Authentication Service? No, it does not; it only refers to the approaches based on key transparency, but they are not practical in real-world applications, and, to the best of my knowledge, are not implemented in any of the communication platforms that deployed MLS.
I wonder if White Noise implemented key transparency?
I followed the instructions in the README to run notedeck but nothing is happening, the command just exits with code 0:
$ cargo run -- --debug
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
Running `target/debug/notedeck --debug`
$ cargo --version
cargo 1.86.0 (adf9b6ad1 2025-02-28)
$ rustc --version
rustc 1.86.0 (05f9846f8 2025-03-31) (built from a source tarball)
Am I doing something wrong? I upgraded cargo and rustc to the version above because before, I got this:
$ cargo run -- --debug
error: failed to load manifest for workspace member `/home/ekzyis/prog/notedeck/crates/notedeck_chrome`
referenced by workspace at `/home/ekzyis/prog/notedeck/Cargo.toml`
Caused by:
failed to load manifest for dependency `notedeck_clndash`
Caused by:
failed to parse manifest at `/home/ekzyis/prog/notedeck/crates/notedeck_clndash/Cargo.toml`
Caused by:
feature `edition2024` is required
The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.80.0-nightly (6087566b3 2024-04-30)).
Consider adding `cargo-features = ["edition2024"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
I'm on NixOS if that's relevant.