Readit News logoReadit News
J_tt commented on Vite 8.0 Is Out   vite.dev/blog/announcing-... · Posted by u/kothariji
littlecranky67 · 2 days ago
Any suggestions to replace NextJS when you only use static export (no SSR)?
J_tt · 2 days ago
J_tt commented on Plasma Bigscreen – 10-foot interface for KDE plasma   plasma-bigscreen.org... · Posted by u/PaulHoule
socalgal2 · 8 days ago
This sounds awesome but reading the comments it sounds not quite there yet?

Right now I use an AppleTV with Kodi installed via developer account. Unfortunately, Kodi on AppleTV is not well supported so it crashes a ton. I'm not much of an Apple dev. After much gnashing of teeth I managed to get a from source build running so I could maybe look into why it crashes and contribute but I've never debugged an AppleTV app and even trying to switch to using the simulator which I suspect is better for debugging, I couldn't figure it out.

But, quite often I just wish to get some other small box for Kodi. Except I don't want 2 boxes, one for Kodi and one for other proprietary apps (Crunchyroll, Twitch, Netflix, ...)

Any suggestions?

J_tt · 8 days ago
I’ve just moved from Kodi on a Linux box to Jellyfin and Infuse on an Apple TV, so far fantastic experience
J_tt commented on The Jujutsu version control system   neugierig.org/software/bl... · Posted by u/imajoredinecon
fprotthetarball · a year ago
There are still branches, but they aren't named by default. You give them names with "bookmarks", which you can push to remote git repositories as branches.

This lets you work on things without having to worry about giving it a name. This turns out to be pretty helpful when you're experimenting — just "jj new <revision>" and start editing. If it turns out to be something you want to share, "jj bookmark create <name>" and then you can push it. (You can also push without giving it a name, in which case you'll get a git branch with a name based off of the change id.)

Change IDs stay constant with each change, so you use those as a type of branch name when switching between the features you're working on.

J_tt · a year ago
Adding onto this, there’s also an experimental feature to move a bookmark as you create new revisions (similar to how a git branch behaves)
J_tt commented on lsix: Like "ls", but for images   github.com/hackerb9/lsix... · Posted by u/gaws
aniviacat · 2 years ago
Is parsing untrusted images inherently problematic?

If I open my (untrusted) downloads folder using Gnome Files and it displays (and therefore parses) the contained images, is that a security issue I should be concerned about?

(I would have assumed that (e.g.) Javascript in PDFs could be problematic, but not a simple preview.)

J_tt · 2 years ago
Unfortunately, it can be a vector[0], especially on less security focused software that has less sandboxing.

0: https://www.cvedetails.com/vulnerability-list/vendor_id-7294...

J_tt commented on Cloudflare took down our website   robindev.substack.com/p/c... · Posted by u/nolverostae
getlawgdon · 2 years ago
Hmm. My take is the casino structured its business to comply, not to evade interest. Further, I don't see how Cloudflare benefits by taking on the risk to charge more to help a customer avoid scrutiny. More like: they know it's a humming business and want a piece.
J_tt · 2 years ago
The way I read the screenshots of the emails from the articles seemed to suggest that something the authors company was doing was causing issues with IP reputation on CloudFlares range.

Them very aggressively highlighting the BYO IP feature and then even suggesting third parties to rent IPs from strikes me as a significant detour from their normal “script” (having dealt with their AU sales team before).

J_tt commented on Chrome Enterprise Premium: The future of endpoint security   cloud.google.com/blog/pro... · Posted by u/simjue
J_tt · 2 years ago
This feels like a reaction to Edge beginning to eat the enterprise market.

The problem is convincing anyone to buy on to gamble if this product will exist by the end of the contract.

I haven’t looked closer, but it’ll be very funny if this is fully GPO driven when Microsoft is already pushing for cloud configuration via Intune instead.

J_tt commented on Welcome to Developer Week 2024 – Cloudflare   blog.cloudflare.com/welco... · Posted by u/verdverm
J_tt · 2 years ago
Still waiting for cloudflare to reach the “The Box”[1] phase.

[1]: https://silicon-valley.fandom.com/wiki/The_box

J_tt commented on So I guess I hacked Samsung?   maia.crimew.gay/posts/i-h... · Posted by u/lopkeny12ko
J_tt · 2 years ago
Web services that need to be setup from a web frontend with no required token or credentials always make me nervous for this reason.

All it takes is someone noticing the port and beating you to the punch, and then it’s their server.

J_tt commented on Should we ban ransom payments?   techcrunch.com/2024/03/04... · Posted by u/PaulHoule
LorenPechtel · 2 years ago
How in the world would we enforce this?
J_tt · 2 years ago
Enforce it at the cyber insurance provider level, if you pay out a ransom for a client you risk losing your insurance license.
J_tt commented on Show HN: GPU Prices on eBay   gpupricecompare.com... · Posted by u/Ilasky
amelius · 2 years ago
I mean you do the request from within the user's browser (their IP address).

So for example, they filter out 5 products, and from the javascript in the browser you perform the request for those 5 products, and then show the user which ones are available. It could also send the data back to your server. Of course you still have to be careful with the number of requests, but it would allow you to get more data without getting flagged.

J_tt · 2 years ago
CORS headers from eBay will prevent that unfortunately

u/J_tt

KarmaCake day379March 1, 2017View Original