tracyspcy
- 184 Posts
- 192 Comments
Nice jacket , I like how show business reintroduces fashion of 80s again.
tracyspcy@lemmy.mlto
Technology@beehaw.org•Block ditches 4,000 staff, because AI can do their jobs
8·7 days ago2 things :
- If this is true, why same ai tools cannot replace this hippie ceo guy?
- More often ai sounds like a plausible excuse for cutting operational costs of sinking companies. In case of block, just look at how buttcoin performs Same situation was recently with Gemini, they also suddenly felt ai is ready to replace workers and same ai failed to replace ceo dudes
tracyspcy@lemmy.mlto
Privacy@lemmy.ml•Signal Founder Moxie Marlinspike: Telegram is not private. There is nothing private about it. They've done a really amazing job of convincing the world that this is an encrypted messaging app
4·7 days agoIt’s not the wallet itself that bothers me (it is these days equivalent of adding some ai feature), but the story behind their involvement with and promotion of a particular blockchain or coin . Frankly can’t recall all the details .
tracyspcy@lemmy.mlto
Privacy@lemmy.ml•Signal Founder Moxie Marlinspike: Telegram is not private. There is nothing private about it. They've done a really amazing job of convincing the world that this is an encrypted messaging app
19·7 days agoheard SimpleX is really good, the only thing that bothers me is their vc funding model. It makes me feel a bit suspicious.
tracyspcy@lemmy.mlto
Privacy@lemmy.ml•Signal Founder Moxie Marlinspike: Telegram is not private. There is nothing private about it. They've done a really amazing job of convincing the world that this is an encrypted messaging app
9·7 days agosadly Briar has been stuck at the “cool idea” stage for years. Still no desktop app, still no iPhone app.
tracyspcy@lemmy.mlOPto
Programming@programming.dev•How I started to make customizable todo app and ended up building a VM where tasks are stateful executable programs
2·7 days agohey! I think it is a bit different layer - all of these are process orchestration/supervision tools working on os level, so managing state of todo tasks like “fix bug” is wrong usage for such tools. The VM, I’m working on is embeddable and sandboxed - manages states of a application, so potentially process supervision tool may be built using VM since it has persistent storage and state will be preserved even on process crash + “tasks” have own instructions that means it more flexible than static configs : instead of
foreground { kill <process> }it can contain logic and conditions (get process by id -> get its state -> if state is idle -> kill )foreground { push <process_id> get_state push_state <idle> eq if kill <process> then }.
tracyspcy@lemmy.mlto
Privacy@lemmy.ml•Signal Founder Moxie Marlinspike: Telegram is not private. There is nothing private about it. They've done a really amazing job of convincing the world that this is an encrypted messaging app
204·7 days agoPhone number requirements + afaik servers are in USA + it was some cryptocurrency related story (they tried to add some crypto wallet at some point)
tracyspcy@lemmy.mlto
Privacy@lemmy.ml•Signal Founder Moxie Marlinspike: Telegram is not private. There is nothing private about it. They've done a really amazing job of convincing the world that this is an encrypted messaging app
227·7 days agoPretty sure signal is not the best option, but telegram should be avoided at all costs.
tracyspcy@lemmy.mlOPto
Rust@programming.dev•SpacyDo Task Engine virtual machine example: todo with programmable tasks
2·21 days agoit seems some problems with gif display, so duplicating here

tracyspcy@lemmy.mlOPto
Rust Programming@lemmy.ml•SpacyDo Task Engine virtual machine example: todo with programmable tasks
2·21 days agoit seems some problems with gif display, so duplicating here

FAQ : why? It’s an experimental approach to ordinary todos. There are plenty of good tools like taskwarrior, but their features are hardcoded task body is huge — you either dig through hundreds of features to find what you need, or something you need is too niche, so it will make no sense to hard code it for devs. So, I decided to try a different approach as an experiment: keep the task model super simple (id,title, status,calldata), but let tasks have executable instructions. That way almost any custom behavior becomes possible — tasks depending on other tasks, tasks modifying other tasks or creating new ones, recurring, self-deleting tasks, task that monitoring new tasks creation and creates alert task, or increase priority of older tasks etc. The tradeoff is complexity for flexibility, like vim/helix vs zed or atom. To make that work a tiny virtual machine is needed and a set of opcodes. So this vm can be a basis for some todo app.
tracyspcy@lemmy.mlOPto
Rust Programming@lemmy.ml•Task engine VM where tasks can contain executable instructions
3·2 months agoVm is like a program that accepts instructions and returns result. In my case this program manages everything task related based on instructions. So you can combine instructions to program behaviour you need. Why ? Alternative is todo apps with hardcoded features. With task vm you can have 4 crud primitives, while each task can have own behaviour
tracyspcy@lemmy.mlto
Firefox@lemmy.ml•Firefox tab groups just got an upgrade, thanks to your feedback | The Mozilla Blog
191·4 months agoI would be much happier if they rolled back the ai feature. This is my feedback.
tracyspcy@lemmy.mlOPMto
Bωockchain@lemmy.ml•Vape to earn is here! Do you still think blockchain doesn’t solve any real-world problems?
2·4 months ago@hyacin@lemmy.ml First of all, congrats on quitting smoking!
Don’t get me wrong, this post is about the absurdity of the tokenization of vaping.
I included that disclaimer because I felt it was important to state that vaping is, in general, a terrible thing and a bad option for anyone trying to get rich quick.
This is awesome. Initially I thought it had WiFi Module itself (it would be such a surprise :)) ) but even connecting thing via uart to use as a server is pretty impressive









What a surprise