Readit News logoReadit News
eyeris commented on AIsbom – open-source CLI to detect "Pickle Bombs" in PyTorch models   github.com/Lab700xOrg/ais... · Posted by u/lab700xdev
eyeris · 4 days ago
Was there any research into prior art? Recently did some research into this space and it seems like there are already a bunch of off the shelf open source projects for address this
eyeris commented on Announcing the Beta release of ty   astral.sh/blog/ty... · Posted by u/gavide
bmitc · 4 days ago
My issue with them is that they claim their tools replace existing tools, but they don't bother to actually replicate all of the functionality. So if you want to use the full functionality of existing tools, you need to fall back on them instead of using Astral's "replacements". It's like one step forward and one step back. For me personally, speed of the tooling is not as important as what the tooling can check, which is very important for a language like Python that is very easy to get wrong.
eyeris · 4 days ago
Got any examples in mind?
eyeris commented on At DeepSeek, we are trying to replace compilers with AI   twitter.com/ChenHuiOG/sta... · Posted by u/canttestthis
tjr · a month ago
If true -- why? What would be the advantage?
eyeris · a month ago
Think speed could be a potential benefit. Why go through source -> llvm ir -> binary with linking and all the other stuff? Think I’m bearish on the concept, but who knows?

One parallel could be using ml for simulations to not write or compute all the rules

eyeris commented on Dead Framework Theory   aifoc.us/dead-framework-t... · Posted by u/jhuleatt
t8sr · a month ago
The problem with React apologetics is that you need to only take a cursory look at literally every production app written in React to see it's terrible and must be abandoned in the long-term.

To see how fast a properly engineered app can be if it avoids using shitty js frameworks just look at fastmail. The comparison with gmail is almost comical: every UI element responds immediately, where gmail renders at 5 fps.

eyeris · a month ago
When did gmail migrate to react?
eyeris commented on Zed is now available on Windows   zed.dev/blog/zed-for-wind... · Posted by u/meetpateltech
_fzslm · 2 months ago
I have waited for this for months... but it's still only an x86_64 binary!

I love my ARM Surface Pro, and Zed would make a wonderful editor on this hardware. If anyone from Zed is reading this, please think about it!

eyeris · 2 months ago
For whatever reason, zed compilation on windows with msvc is extremely slow compared to the Linux counterpart.

https://github.com/rust-lang/rust/issues/145864 was opened because of the the discrepancy

eyeris commented on Devious malware has jumped from Meta to Google Ads and YouTube to spread   techradar.com/pro/securit... · Posted by u/rolph
busymom0 · 3 months ago
Any suggestions for Safari on iOS and macOS?

I am currently using AdGuard and YouTube videos seem to have issues where it shows me a black screen unless I refresh the page.

eyeris · 3 months ago
On iOS, Brave’s built-in blocker seems to work for me. Not safari, but I believe it’s using their WebKit engine.
eyeris commented on Everyone's trying vectors and graphs for AI memory. We went back to SQL    · Posted by u/Arindam1729
brainless · 3 months ago
I tried a graph based approach in my previous product (1). I am on a new product now and I came back to SQLite. Initially it was because I just wanted a simple DB to enable creating cross-platform desktop apps.

I realized LLMs are really good at using sqlite3 and SQL statements. So in my current product (2) I am planning to keep all project data in SQLite. I am creating a self-hosted AI coding platform and I debated where to keep project state for LLMs. I thought of JSON/NDJSON files (3) but I am gravitating toward SQLite and figuring out the models at the moment (4).

  1. Previous product with a graph data approach https://github.com/pixlie/PixlieAI
  2. Current product with SQLite for its own and other projects data: https://github.com/brainless/nocodo
  3. Github issue on JSON/NDJSON based data for project state for LLMs: https://github.com/brainless/nocodo/issues/114
  4. Github issue on expanding the SQLite approach: https://github.com/brainless/nocodo/issues/141
Still work in progress, but I am heading toward SQLite for LLM state.

eyeris · 3 months ago
What sort of issues did you run into with a graph based approach?
eyeris commented on Varnish Cache to be renamed Vinyl Cache project   varnish-cache.org/#new-re... · Posted by u/ibotty
eyeris · 3 months ago
Anyone else have cache poisoning issues with Varnish recently?
eyeris commented on Bring Your Own Agent to Zed – Featuring Gemini CLI   zed.dev/blog/bring-your-o... · Posted by u/meetpateltech
unshavedyak · 4 months ago
For anyone using Zed, how extensive is its ability to be configured/modded to emulate other editor behaviors, bindings, etc? Eg i want something akin to Helix, but i'm not interested in Zeds Vim mode. Nor am i interested in a straight Helix mode, as my own Helix usage is quite customized.

Can i make my own Modes trees like Helix/etc offers? I'm aware of https://zed.dev/docs/helix, just not sure what the UX is to customize this behavior yourself as a user.

eyeris · 4 months ago
Don’t think you can do your own modes:

https://github.com/zed-industries/zed/blob/38e5c8fb66ac19f58... allows custom keybinds to actions

Modes look to be hardcoded (at the moment) https://github.com/zed-industries/zed/blob/main/crates/vim/s...

eyeris commented on Passkeys are just passwords that require a password manager   danfabulich.medium.com/pa... · Posted by u/dfabulich
rcxdude · 5 months ago
I'm sorry, this is an absolute monstrous attitude towards user freedom in the name of security. There is no way I'm using passkeys if this is what they're about.
eyeris · 4 months ago
Believe this is the goal of pushing towards secure compute like Google’s SafetyNet or Windows 11 with tpm.

Feels like there are some more thematic underpinnings as well like security at the cost of user freedom or at the cost of tinker-ability.

u/eyeris

KarmaCake day26April 22, 2022View Original