HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sanqui

no profile record

投稿

June 2026 Stealer Logs Data Breach

haveibeenpwned.com
2 ポイント·投稿者 sanqui·29 日前·0 コメント

phpBB Authentication Bypass

pentest-tools.com
4 ポイント·投稿者 sanqui·先月·0 コメント

Microsoft bets on AI to modernize Windows

windowscentral.com
4 ポイント·投稿者 sanqui·7 か月前·2 コメント

GitHub Actions and the HashFiles Incident

lists.reproducible-builds.org
2 ポイント·投稿者 sanqui·8 か月前·0 コメント

What's Changing for UK Users Due to the UK Online Safety Act

support.discord.com
7 ポイント·投稿者 sanqui·12 か月前·0 コメント

Matrix Is Cooked

blog.cyrneko.eu
41 ポイント·投稿者 sanqui·昨年·6 コメント

Introducing premium accounts to fund the matrix.org homeserver

matrix.org
5 ポイント·投稿者 sanqui·昨年·0 コメント

The entire Hollywood ecosystem is tottering on the brink

honest-broker.com
3 ポイント·投稿者 sanqui·昨年·0 コメント

A Brazilian CA trusted only by Microsoft has issued a certificate for google.com

follow.agwa.name
482 ポイント·投稿者 sanqui·2 年前·215 コメント

Game Developers Conference (GDC) – Full list of historical sessions

retroreversing.com
2 ポイント·投稿者 sanqui·2 年前·0 コメント

How Virtual Reality Died

honest-broker.com
6 ポイント·投稿者 sanqui·2 年前·1 コメント

Digital Decluttering

alexwlchan.net
1 ポイント·投稿者 sanqui·2 年前·0 コメント

The Light Phone 3 is a little less light – but a lot more useful

theverge.com
3 ポイント·投稿者 sanqui·2 年前·4 コメント

Announcing TypeScript 5.6

devblogs.microsoft.com
4 ポイント·投稿者 sanqui·2 年前·0 コメント

コメント

sanqui
·30 日前·議論
I'm a fan of compatibility with established formats!

Sounds awesome. There is a lot of untapped potential with respect to efficiently archiving and indexing websites. I saw the impressive things Marginalia Search is doing in this area (the blog is great when it gets technical). There is also a lot of very complete archives of websites out there which are not being indexed at all, and I would love to make them available for researchers. In any case, I'm interested in your project!
sanqui
·30 日前·議論
That's neat! In my opinion, the WARC format is quite tricky and underspecified especially since HTTP2 introduced new semantics. It encodes too much in-band and requires rewriting of the server data. A mitmproxy capture is higher fidelity and supports capturing modern features such as WebSockets. I think if we could wrap Kage's crawler interactions by it and store its capture (the intercepted traffic), we could make a potentially nice new archival format.
sanqui
·30 日前·議論
Cool concept. I would like to see this combined with mitmproxy for archive grade fidelity. You could be saving exactly the data served and at the same time a representation by a modern (contemporary) browser, with all JS having run. This combination would be my perfect replacement for the WARC format.
sanqui
·先月·議論
Looks nice! I have my own vision and plans in this field :)
sanqui
·先月·議論
I rather like Wikidata and see a lot of untapped potential in it. In contrast, WikiLambda feels like a fully utopian project. I already shudder from the complexity of a medium to large MediaWiki template, and I'm not convinced this system can be expanded into a full programming ecosystem - one that's supposed to cross the bridge to natural language too.
sanqui
·先月·議論
I only recently learned about serializable transactions and it seems bonkers that this is not the default. It makes a lot of sense combined with the event sourcing pattern. I believe it allows you to query for state in the decide function and then emit events safely without having to implement aggregates or versioning (aka you have "dynamic consistency boundaries"). The crucial part is that if any of the queried information changes before the event is emitted the transaction fails and business logic has to be retried until you get a conclusive answer.
sanqui
·先月·議論
At the Czechoslovak Game Archive, we have recently received and digitized a version of the Robot Karel educational programming environment for the Czechoslovak IQ 151 home computer stored on a vinyl record: https://herniarchiv.cz/en/blog/88-robot-karel-na-vinylove-de...
sanqui
·昨年·議論
Meanwhile in Estonia, they just agreed to resolve child support disputes using AI... https://www.err.ee/1609701615/pakosta-enamiku-elatisvaidlust...
sanqui
·昨年·議論
I'm learning German and I've been enjoying browsing and reading with Nuenki. It's a lot of fun to see a sentence in context and find out you are simply able to understand it, though sometimes I have to fight the urge to instinctively hover to reveal the original text. Thank you for this plugin!
sanqui
·2 年前·議論
Check out waypipe. It's not compatible with every piece of software, but when it works, it's like one of those magic "run x application over the network" legends except it actually works well.
sanqui
·2 年前·議論
I think you are mischaracterizing both fandoms and furries (which I categorize to be distinct, because they're not "fans" of any particular popular media property, but I already digress). Much like people can form major hobbies in music, fantasy (books), theatre, sports et cetera, being a furry means being appreciative of art of anthropomorphic animals and connecting with other people over that. Now there are many in the furry community who are hurt, traumatized, "not normal", seeking escape as you are saying, and the community is exceptional for giving them space (that's a good thing, this community is then replacing traditional spaces providing community that may be failing them, like churches). But being a furry in itself is nothing indicative of not being able to, at the same time, live a "normal" life that you imagine.
sanqui
·2 年前·議論
I'm from a central European country and my mother always made sure to record episodes of the Magic School Bus shown here on TV for me to watch on VHS. No doubt an influential show even beyond the US.
sanqui
·2 年前·議論
I wasn't able to figure it out. The docs [1] have absolutely no information or overview on how the tool works, or how you should get started with creating a simple installer. Besides setup instructions, it only has details on individual sub components, beginning with with "Burn bundles". All linked tutorials are for previous versions of WiX. Is the expected workflow that I read a v3 tutorial and then read the "v4 for v3 users" article (which immediately leaves me discouraged with "A lot about WiX has changed between v3 and v4"), or that I immediately purchase enterprise support?

[1]: https://wixtoolset.org/docs/
sanqui
·2 年前·議論
Please explain like I'm five: if continuously charging and drawing power at 100% hurts my laptop's battery, why doesn't the laptop bypass the battery circuitry, keeping it idle, and use the incoming juice directly?