id
int64 0
12.9M
| type
large_stringclasses 5
values | by
large_stringlengths 2
15
⌀ | time
timestamp[us] | title
large_stringlengths 0
198
⌀ | text
large_stringlengths 0
99.1k
⌀ | url
large_stringlengths 0
6.6k
⌀ | score
int64 -1
5.77k
⌀ | parent
int64 1
30.4M
⌀ | top_level_parent
int64 0
30.4M
| descendants
int64 -1
2.53k
⌀ | kids
large list | deleted
bool 1
class | dead
bool 1
class |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41,797,200 | story | wesseltakeit | 2024-10-10T09:46:04 | null | null | null | 1 | null | 41,797,200 | null | null | null | true |
41,797,201 | comment | high_na_euv | 2024-10-10T09:46:09 | null | >Vulnerabilities will be found in everything.<p>Different ratios, different consequences, etc. | null | null | 41,797,148 | 41,796,030 | null | null | null | null |
41,797,202 | comment | stavros | 2024-10-10T09:46:10 | null | Because of the handle, you mean? | null | null | 41,795,590 | 41,762,483 | null | [
41801920
] | null | null |
41,797,203 | comment | Myrmornis | 2024-10-10T09:46:43 | null | This is the real religious war among programmers -- it's a genuinely consequential question: someone who favors abstraction and modularity is going to absolutely hate working in a codebase with pervasively inlined code.<p>It's clear that Carmack's article is addressing a particular sort of C++ codebase that might be familiar to game developers, but isn't familiar to a lot of us here who work on web applications and backend distributed systems. His "functions" aren't really what we think of as functions: they're clearly mutating huge amounts of global state. They sound more like highly undisciplined methods on large namespaces. You can see that from the following quotes:<p>> There might be a FullUpdate() function that calls PartialUpdateA(), and PartialUpdateB(), but in some particular case you may realize (or think) that you only need to do PartialUpdateB(), and you are being efficient by avoiding the other work. Lots and lots of bugs stem from this. Most bugs are a result of the execution state not being exactly what you think it is.<p>> if a function only references a piece or two of global state, it is probably wise to consider passing it in as a variable.<p>In the world of many people here, i.e. away from Carmack's C++ game dev codebases of the 2000s with huge amounts of global mutable state, the standard common sense still applies: we invented structured programming with functions for profoundly important reasons: modularity and abstraction. Those reasons haven't gone away; use functions.<p>- In a large codebase you do not need or want to read the full tree of implementation in one go. Use functions: they have return types; you know what they do. A substantial piece of implementation should be written as a sequence of calls to subfunctions with very carefully chosen names that serve as documentation in themselves.<p>- Make your functions as pure as possible subject to performance considerations etc.<p>- This brings a huge advantage to helper functions over inlining: it is now easy to see which variables in the top-level function are being mutated.<p>- The implementation is much harder to understand in a single function with 10 mutable variables, than in two functions with 5 mutable variables. I think ultimately that's just a fact of combinatorics; not something we can hold opinions about.<p>- But sure, if the 10 mutable variables cannot be decomposed into two independent modules then don't create spurious functions.<p>- A separate function is testable; a block inside a function is not. It wasn't really clear that the sort of test suites that many of us here work with were part of Carmack's codebases at all!<p>- It is absolutely fine to use a function if it improves modularity / readability even if it only called once. | null | null | 41,758,371 | 41,758,371 | null | null | null | null |
41,797,204 | comment | bennieforss | 2024-10-10T09:46:51 | null | Been using this for my app totodo.app during Dexies beta stage. Just amazing! | null | null | 41,795,849 | 41,795,849 | null | null | null | null |
41,797,205 | comment | drcongo | 2024-10-10T09:47:05 | null | In the UK I've never had an iPhone (or <i>anything</i> from Apple) delivered without signature and the courier taking a photo of it in-hand. I wonder if that levy doesn't happen here. | null | null | 41,796,667 | 41,796,181 | null | [
41802610
] | null | null |
41,797,206 | comment | Sebb767 | 2024-10-10T09:47:11 | null | It is, but if your organization completely forbids any non-HID USB devices, users are less likely to try their found USB stick on a company PC, since they don't expect it to work anyway. | null | null | 41,787,449 | 41,779,952 | null | null | null | null |
41,797,207 | comment | petepete | 2024-10-10T09:47:12 | null | The guidance does cover this in some detail and suggests using an interruption page that explains the behaviour before the risky journey starts.<p><a href="https://design-system.service.gov.uk/patterns/exit-a-page-quickly/#interruption-page" rel="nofollow">https://design-system.service.gov.uk/patterns/exit-a-page-qu...</a> | null | null | 41,794,777 | 41,793,597 | null | null | null | null |
41,797,208 | comment | tkgally | 2024-10-10T09:47:13 | null | Thanks. I e-mailed my students to let them know. | null | null | 41,796,835 | 41,792,500 | null | null | null | null |
41,797,209 | comment | ynik | 2024-10-10T09:47:18 | null | The really horrible bufferfloat usually happens when the upload bandwidth is saturated -- upload bandwidth tends to be lower so it'll cause more latency for the same buffer size.
I used to have issues with my cable modem, where occasionally the upload bandwidth would drop to ~100kbit/s (from normally 5Mbit/s), and if this tiny upload bandwidth was fully used, latency would jump from the normal 20ms to 5500ms. My ISP's customer support (Vodafone Germany) refused to understand the issue and only wanted to upsell me on a plan with more bandwidth. In the end I relented and accepted their upgrade offer because it also came with a new cable modem, which fixed the issue. (back then ISPs didn't allow users to bring their own cable modem -- nowdays German law requires them to allow this) | null | null | 41,795,259 | 41,793,658 | null | null | null | null |
41,797,210 | comment | inemesitaffia | 2024-10-10T09:47:18 | null | It's exactly as free as advertised | null | null | 41,792,854 | 41,792,854 | null | null | null | null |
41,797,211 | story | Markoff | 2024-10-10T09:47:22 | Waffle House Index | null | https://en.wikipedia.org/wiki/Waffle_House_Index | 1 | null | 41,797,211 | 0 | [
41797967
] | null | null |
41,797,212 | comment | d13 | 2024-10-10T09:47:23 | null | We had over 500 applicants for our recent intern position. HR screened out 5 for me, and I interviewed 2.<p>It was a fantastic hire, but ultimately entirely random. | null | null | 41,790,585 | 41,790,585 | null | null | null | null |
41,797,213 | comment | fennecfoxy | 2024-10-10T09:47:43 | null | The fact they called it the "idiot's apostrophe" makes me glad that it's being adopted in Germany. Jooooin us, join us Anglosphere idiots in our grammar rules! | null | null | 41,787,647 | 41,787,647 | null | null | null | null |
41,797,214 | comment | isr | 2024-10-10T09:48:02 | null | Have a look at tcl's ability to run multiple iterations of itself (nested interpreters) within the same process, and how those interpreters can be sandboxed & limited to run just what you allow, & nothing more.<p>If you were going to handle "untrusted input", that's how you would do it in tcl.<p>Note: this is separate from tcl's multithreading capability, where it can also run individual interpreters per thread , with thread safe channels between them. (btw, you can mix & match both approaches - multithreading & nested interpreters) | null | null | 41,797,169 | 41,791,875 | null | null | null | null |
41,797,215 | comment | Ygg2 | 2024-10-10T09:48:17 | null | > At the end of the day web browser is just bunch of parsers and compilers working together<p>At the end of the day, OS is just a bunch of command lines being piped together. /sarcasm<p>Sure, you are just missing: rendering, layout, security, network traffic for sockets, low-level control over hardware, writing a decent enough VM, image processing, video playback, music playback, compression, decompression, self-update, decryption, don't forget add-ons people love add-ons, also add-on security and isolation, web edit and debug tools, network analysis tools, etc.<p>You know, little things. | null | null | 41,797,105 | 41,796,030 | null | [
41797301
] | null | null |
41,797,216 | story | Yilialinn | 2024-10-10T09:48:29 | null | null | null | 1 | null | 41,797,216 | null | null | null | true |
41,797,217 | comment | drcongo | 2024-10-10T09:48:32 | null | Ahhh, I get it now, thank you! | null | null | 41,796,997 | 41,794,818 | null | null | null | null |
41,797,218 | story | cinahair | 2024-10-10T09:49:03 | null | null | null | 1 | null | 41,797,218 | null | [
41797221
] | null | true |
41,797,219 | comment | fennecfoxy | 2024-10-10T09:49:08 | null | Tbf so many instances they don't use "they" but "he or she"...where my thinking is, not only is it more inclusive but it's actually easier to just use "they"? | null | null | 41,789,786 | 41,787,647 | null | null | null | null |
41,797,220 | comment | rqtwteye | 2024-10-10T09:49:31 | null | Depends on where you set the limit. A 500 billion dollar company can get a lot done. | null | null | 41,795,475 | 41,784,287 | null | null | null | null |
41,797,221 | comment | cinahair | 2024-10-10T09:49:34 | null | [flagged] | null | null | 41,797,218 | 41,797,218 | null | null | null | true |
41,797,222 | comment | peoplefromibiza | 2024-10-10T09:50:12 | null | Am I going to listen to the whole album after seeing this?<p>Of course I am! | null | null | 41,790,295 | 41,790,295 | null | null | null | null |
41,797,223 | comment | toldyouso2022 | 2024-10-10T09:50:15 | null | Used elixir a few years ago for tutorials and such, worked fine.<p>Tried to use it again in 2023, vscode extension would break. Tried on 2 windows machine and one linux machine, exetension always broke.<p>I then figured out why (I don't remember the exact reason, it was one of those "yeah I can see why it didn't work and it's my fault but it kinda isn't really" situations) but at that point I was done because I had better stuff to do.<p>Point being, if you want your stuff to be adopted make sure the tooling is noob friendly. The noobs of today can be the professionals of tomorrow.<p>Especially today when there is so much stuff to learn and elixir is so far from the usual and requires a certain time investment | null | null | 41,792,304 | 41,792,304 | null | [
41800720
] | null | null |
41,797,224 | comment | robertlagrant | 2024-10-10T09:50:32 | null | The main question is: how do you know to hit shift a load of times? Is that a standard thing being taught to people? | null | null | 41,796,049 | 41,793,597 | null | null | null | null |
41,797,225 | comment | stavros | 2024-10-10T09:50:38 | null | I'm sure you're familiar with versions. What happens when your software depends on a libc that has a function that was removed on the newer version, or added since the previous one? Now older or newer versions of libc don't work with your software, even though they're "there". | null | null | 41,795,066 | 41,792,803 | null | [
41797830
] | null | null |
41,797,226 | comment | isr | 2024-10-10T09:51:13 | null | Don't blame you. If you treat tcl as a c-like scripting language, it's a mess. If you treat it as a "shell & lisp" combo, then you get to see it's power & flexibility. | null | null | 41,796,468 | 41,791,875 | null | null | null | null |
41,797,227 | comment | robertlagrant | 2024-10-10T09:51:28 | null | I think the point is learning to have two tabs open, one incognito, will work everywhere for all resources, whereas this bespoke interaction needs to be memorised just for this websites. | null | null | 41,795,780 | 41,793,597 | null | [
41803880
] | null | null |
41,797,228 | story | lnyan | 2024-10-10T09:51:33 | FürElise: Capturing and Synthesizing Hand Motions of Piano Performance | null | https://for-elise.github.io/ | 2 | null | 41,797,228 | 0 | null | null | null |
41,797,229 | story | rankdesk | 2024-10-10T09:51:41 | null | null | null | 1 | null | 41,797,229 | null | [
41797230
] | null | true |
41,797,230 | comment | rankdesk | 2024-10-10T09:51:41 | null | "Generate hundreds of SEO-optimized articles programmatically in minutes and start ranking on Google.<p>RankDesk is an AI-powered content generation platform designed to enhance organic traffic by improving search engine rankings. With its advanced natural language processing algorithms, RankDesk enables users to generate SEO-optimized articles, blog posts, and web content at scale. It offers a comprehensive suite of SEO tools, including keyword research, on-page optimization, and automatic meta tag generation.<p>The platform excels in using long-tail keywords, semantic SEO, and topical relevance analysis, helping users create content clusters and pillar pages to boost a website’s overall SEO structure. It serves digital marketers, SEO specialists, content strategists, and businesses looking to dominate their niche in search results.<p>RankDesk integrates with popular website platforms like WordPress, Framer, Webflow, and Wix, making content population and optimization seamless. The platform also supports internal linking strategies, content gap analysis, SERP optimization, and offers AI-generated images and social media content, providing a holistic solution for digital marketing." | null | null | 41,797,229 | 41,797,229 | null | null | null | null |
41,797,231 | comment | aryonoco | 2024-10-10T09:51:42 | null | Maybe in the immediate aftermath, but not long after. King Leopold "won" but we now all think he was terrible. | null | null | 41,795,302 | 41,792,500 | null | null | null | null |
41,797,232 | comment | guappa | 2024-10-10T09:51:56 | null | But we don't know how most of the world is. It might be that the author of the comment works in a particularly bad place, of which there are many of course. | null | null | 41,796,649 | 41,794,566 | null | null | null | null |
41,797,233 | comment | molszanski | 2024-10-10T09:51:58 | null | I think the homepage kinda sums it up. It just works and has OP performance, stability and quality | null | null | 41,790,896 | 41,764,163 | null | null | null | null |
41,797,234 | comment | theelous3 | 2024-10-10T09:52:01 | null | Even if they landed it (meaning it landed its self due to loss of control) that doesn't fit your criteria, and says absolutely nothing about the topic at hand - battlefield uno reversing mini drones. | null | null | 41,785,477 | 41,769,971 | null | null | null | null |
41,797,235 | comment | IshKebab | 2024-10-10T09:52:04 | null | Very briefly, I resisted implemented features that wouldn't work perfectly. The memory use example was a real one (I was working on a profiler of some complex AI hardware). My boss would say things like "can we report how much memory this operation uses", and I would say "no because some of it is shared with other operations or only live for part of the program run etc.".<p>He didn't really say anything to change my mind, he just kept asking for things that would be useful to customers and eventually I realised that even if we can't give an answer that makes perfect sense or doesn't work all the time, we can still do better than <i>nothing</i>. Very often something that is roughly right and can be shown some of the time is better than something that doesn't exist at all.<p>It kind of sounds obvious when I put it like this, but you'd be surprised how often you see "we can't do this very useful thing because <minor flaw that means it won't always work perfectly>". | null | null | 41,796,692 | 41,794,566 | null | null | null | null |
41,797,236 | story | rp888 | 2024-10-10T09:52:08 | null | null | null | 1 | null | 41,797,236 | null | [
41797237
] | null | true |
41,797,237 | comment | rp888 | 2024-10-10T09:52:08 | null | RP777 menjadi satu diantara Situs Apk Judi slot Gacor 777 terpercaya online gampang menang maxwin hari ini terbaik di Indonesia yang sediakan opsi daftar slot77 paling dipercaya dan berhadiah sampai ratusan juta rupiah setiap harinya. Untuk fans game judi situs RP777 online yang mempunyai keringanan untuk raih jekpot, scatter, dan maxwin. Karena itu RP777 menjadi opsi pas sekarang ini untuk bermain puluhan game RP777 gacor terbaru dilengkapi RTP live terupdate tiap hari bisa kalian cicipi cuma di sini. Disamping itu, tiap pemain dapat rasakan kenyamananan saat login di agen slot 777 gacor terbaru 2024 sampai keamanan deposit dan withdraw cuma memakan waktu 1 sampai 2 menit saja. | null | null | 41,797,236 | 41,797,236 | null | null | null | null |
41,797,238 | comment | vetinari | 2024-10-10T09:52:30 | null | Scaling issues and screen recording are application side problems.<p>Fractional scaling works only for native wayland applications. For X11 applications running under Xwayland, they run at classic 96 dpi and are upscaled to the given fractional scale. Obviously, upscaling and bilinear filtering means blurry applications. (Even vscode has to be forced to use wayland - it is capable of doing so, but it still uses x11 even on wayland system by default).<p>Screen recoding problems are also legacy issues. All these application that have problem (Webex, looking especially at you) are trying to screengrab using XGetImage at x11 window, root window for entire desktop; which obviously doesn't work (and it ever worked under X11 only due PCs using global framebuffer without any overlay planes in the past). The proper way is to use Pipewire, which Chrome or Firefox has been doing for ages already. Just some apps think, that what they were doing 15 years ago is fine today too, why bother updating. | null | null | 41,790,088 | 41,788,557 | null | null | null | null |
41,797,239 | comment | cmacleod4 | 2024-10-10T09:52:30 | null | No more so than any other dynamic language. Of course if you execute untrusted input you are asking for trouble. But Tcl has very well-defined rules for how and when substitutions and evaluations will be performed - <a href="https://www.tcl-lang.org/man/tcl/TclCmd/Tcl.htm#M4" rel="nofollow">https://www.tcl-lang.org/man/tcl/TclCmd/Tcl.htm#M4</a> - so the programmer has full control. | null | null | 41,797,169 | 41,791,875 | null | null | null | null |
41,797,240 | comment | jonathanstrange | 2024-10-10T09:52:31 | null | It's how people read the New York times. | null | null | 41,797,180 | 41,793,597 | null | null | null | null |
41,797,241 | comment | null | 2024-10-10T09:52:36 | null | null | null | null | 41,796,491 | 41,794,566 | null | null | true | null |
41,797,242 | comment | Ntrails | 2024-10-10T09:52:51 | null | How would that even work? (I'm not being difficult here, I just don't understand).<p>Assume Google is split up, Android is not maintained because doing so is not profitable. Each handset manufacture still needs an OS, and will just make custom forks or whole OS. They're not going to wind down operations because Android stops being a thing<p>I don't think it meaningfully increases IOS market share? | null | null | 41,794,953 | 41,784,287 | null | null | null | null |
41,797,243 | comment | zabzonk | 2024-10-10T09:52:53 | null | You have forgotten the dreaded ZX Spectrum Microdrive - <a href="https://en.wikipedia.org/wiki/ZX_Microdrive" rel="nofollow">https://en.wikipedia.org/wiki/ZX_Microdrive</a> | null | null | 41,796,647 | 41,794,019 | null | [
41798325
] | null | null |
41,797,244 | comment | redserk | 2024-10-10T09:53:02 | null | It’s pretty relevant considering the continued mismanagement of Mozilla.<p>Nobody would care about Mozilla in 2024 without Firefox, but Firefox development seemingly takes a back seat to a variety of other pet projects that Mozilla’s management tries (and keeps failing, over and over) to chase.<p>For example, they’ve been trying a pivot to become a community-focused privacy company the last couple of years, yet are fine with implementing ad topics.<p>AFAIK didn’t Safari advocate against it over privacy concerns? If so, what is Mozilla doing?<p>Or their partnering with a shady company for removing data from data brokers.<p>Before the privacy pivot, there was the “we want to make browsing better” pivot with their acquisition of Pocket that went nowhere.<p>From the outside Mozilla looks like a low-scoring charity grift you’d find on CharityNavigator with how far they deviate from the missions they claim to support. | null | null | 41,797,155 | 41,796,030 | null | null | null | null |
41,797,245 | comment | walthamstow | 2024-10-10T09:53:09 | null | How do you obtain objective facts about a product? | null | null | 41,796,491 | 41,794,566 | null | [
41798284
] | null | null |
41,797,246 | comment | account42 | 2024-10-10T09:53:11 | null | And without advertisements you would not have found a scanner to buy? Or are you conflating product listings with advertisements? | null | null | 41,793,106 | 41,784,287 | null | null | null | null |
41,797,247 | comment | wslh | 2024-10-10T09:53:52 | null | It's not as easy as everyone might think. You could take a look at this thread titled 'My big problem with Rust is too much "unsafe" code' [1].<p>[1] <a href="https://news.ycombinator.com/item?id=41792477">https://news.ycombinator.com/item?id=41792477</a> | null | null | 41,796,705 | 41,796,030 | null | null | null | null |
41,797,248 | comment | palata | 2024-10-10T09:53:56 | null | > The vulnerability impacts the latest Firefox (standard release) and the extended support releases (ESR).<p>Does that mean it impacts Firefox 131.0.+, Firefox ESR 115.16.+ and Firefox ESR 128.3.+?<p>I.e. Firefox 130.0.+ or Firefox ESR 114.+.+ are fine? It's not clear to me when the vulnerability was introduced... | null | null | 41,796,030 | 41,796,030 | null | [
41797305,
41797598
] | null | null |
41,797,249 | comment | isr | 2024-10-10T09:54:01 | null | jimtcl, an alternative, simpler, much smaller implementation of tcl DOES have proper closures, along with other nicities like unifying arrays & dicts. | null | null | 41,793,929 | 41,791,875 | null | [
41797405
] | null | null |
41,797,250 | comment | rwmj | 2024-10-10T09:54:03 | null | Containers share the same kernel as the host. If you're happy sharing millions of lines of monolithic C between trust domains ... | null | null | 41,797,162 | 41,796,030 | null | [
41797288
] | null | null |
41,797,251 | comment | fredoralive | 2024-10-10T09:54:35 | null | The space originally allocated to ROM BASIC (and a user ROM slot) was taken over by a larger allocation for the BIOS over time. Seeing as BIOS compatibility is on its way out (or gone) with modern UEFI systems, you’d assume a ROM BASIC support would’ve gone with it had it continued.<p>I think the fact that just about everyone bought a PC with disc drives / DOS, and never used ROM BASIC directly meant PC clones just saved the $30 (or whatever) of ROM chips and loaded all of BASIC from disc. | null | null | 41,797,043 | 41,794,019 | null | null | null | null |
41,797,252 | story | lnyan | 2024-10-10T09:54:57 | Pyramidal Flow Matching for Efficient Video Generative Modeling | null | https://pyramid-flow.github.io/ | 4 | null | 41,797,252 | 0 | null | null | null |
41,797,253 | comment | null | 2024-10-10T09:55:30 | null | null | null | null | 41,794,979 | 41,793,597 | null | null | true | null |
41,797,254 | comment | andrewchambers | 2024-10-10T09:55:39 | null | What if working well means making them efficient enough to run more 'neurons' on our current hardware? | null | null | 41,787,834 | 41,784,591 | null | null | null | null |
41,797,255 | story | jasondavies | 2024-10-10T09:55:40 | Practical Rateless Set Reconciliation | null | https://arxiv.org/abs/2402.02668 | 1 | null | 41,797,255 | 0 | null | null | null |
41,797,256 | comment | account42 | 2024-10-10T09:55:44 | null | > And why do you think that vendors create search-friendly pages? Advertising!<p>No, Marketing. Advertising is only one form and the most antisocial one. There is a huge difference between making it possible for people interested in your product to find you versus going out of your way to shove your product in front of the eyes of people who are doing something at best tangentially related. | null | null | 41,793,646 | 41,784,287 | null | [
41801049
] | null | null |
41,797,257 | comment | robertlagrant | 2024-10-10T09:56:06 | null | I'd rather they just didn't track me. | null | null | 41,796,794 | 41,793,597 | null | [
41797664,
41797784
] | null | null |
41,797,258 | comment | passwordoops | 2024-10-10T09:56:16 | null | Former PM/PO and my best experiences were when the engineers had final authority on how it works, but I had final say on what it does | null | null | 41,797,009 | 41,797,009 | null | [
41797534,
41798528,
41797614
] | null | null |
41,797,259 | comment | MichaelZuo | 2024-10-10T09:56:34 | null | How is it more concise if it uses roughly the same amount of verbage? | null | null | 41,796,046 | 41,795,218 | null | null | null | null |
41,797,260 | comment | jgord | 2024-10-10T09:56:40 | null | I definitely view the browser as an app delivery system... one of the benefits being you don't have to install and thus largely avoid dependency hell.<p>Recently I wrote an .e57 file uploader for quato.xyz - choose a local file, parse its binary headers and embedded xml, decide if it has embedded jpg panoramas in it, pull some out, to give a preview .. and later convert them and upload to 'the cloud'.<p>Why do that ? If you just want a panorama web tour, you only need 1GB of typically 50GB .. pointclouds are large, jpgs less so !<p>I was kind of surprised that was doable in browser, tbh.<p>We save annotations and 3D linework as json to a backend db .. but I am looking for an append-only json archive format on cloud storage which I think would be a simpler solution, especially as we have some people self hosting .. then the data will all be on their intranet or our big-name-cloud provider... they will just download and run the "app" in browser :] | null | null | 41,795,944 | 41,795,561 | null | null | null | null |
41,797,261 | story | Moon_Y | 2024-10-10T09:56:51 | Show HN: Moo Deng Web – AI Generates Moo Deng Images | null | https://www.moo-deng.net/ | 1 | null | 41,797,261 | 0 | null | null | null |
41,797,262 | comment | felix089 | 2024-10-10T09:57:12 | null | Happy to hear you like the UI, ease of use is key for us. Would love for you to give it a try, any feedback welcome! | null | null | 41,794,772 | 41,789,176 | null | null | null | null |
41,797,263 | comment | lsaferite | 2024-10-10T09:57:37 | null | The foundation isn't even 'wordpress.org', it's 'wordpressfoundation.org'. The 'wordpress.org' site is wholly owned and managed by Matt (using Automatic resources from what he's said).<p>So, it's not just his dual role, it's his triple role. | null | null | 41,793,143 | 41,791,369 | null | null | null | null |
41,797,264 | comment | bossyTeacher | 2024-10-10T09:58:48 | null | Thing is the US is the world's superpower and it extends its influence everywhere. That includes its language, tech, culture and food habits (however unhealthy) too | null | null | 41,781,205 | 41,777,800 | null | null | null | null |
41,797,265 | comment | euroderf | 2024-10-10T09:58:52 | null | Being smart might give you enough slack in your life to be able to emotionally afford those qualities of personality | null | null | 41,794,807 | 41,794,807 | null | null | null | null |
41,797,266 | story | wslh | 2024-10-10T09:58:53 | null | null | null | 1 | null | 41,797,266 | null | [
41797972
] | null | true |
41,797,267 | comment | molszanski | 2024-10-10T09:59:09 | null | Probably because OSI never materialized IRL and today they are all mixed up left and right and not how we “designed” and “imagined” it 50 years ago | null | null | 41,794,686 | 41,790,619 | null | null | null | null |
41,797,268 | comment | theelous3 | 2024-10-10T09:59:16 | null | I wasn't telling you that. There is a huge difference in preparing on a meta level for national and international level events, and actually investing in countering specific tactical scenarios. The tactical scenario we are talking about is mid-flight hijack and use of sub $1k drones, by a state, and by civilian script kiddies. It's not a "what if china sits it's navy on a contested Philippine island". | null | null | 41,785,196 | 41,769,971 | null | null | null | null |
41,797,269 | comment | Ntrails | 2024-10-10T09:59:25 | null | > these subjective judgements often reflect an unconscious bias<p>Are you sure it's unconscious?<p>Say it's conscious (eg "I like my hires to be scrupulously polite and deferential") and that overlaps with a cultural norm - is that problematic?<p>How about "I like my employees to be extremely punctual". Or "I like my employees to be dressed smartly". Is correlation with any subset of people sufficient to be illegal? Should it be? | null | null | 41,790,711 | 41,785,265 | null | [
41800636
] | null | null |
41,797,270 | comment | tanbog45 | 2024-10-10T09:59:41 | null | I make sites for non-profits regularly and have been asked to add exit/escape buttons a few times. There more time Ive spent thinking about the problem and researching solutions the more I think they are a bad idea.<p>1. Lots - if not most - traffic is from mobile these days. Most people already know the fastest way to exit a page on mobile - the home button/action. Adding anything else is just adding confusion.
2. Unless you are going to great lengths - ie pre loading a page and maybe dropping parts of the dom and dealing with evidence in the history - are you actually doing anything much to help the user exit your site? How motivated/skilled a person are you defending against?
3. If your exit button is just a glorified link or redirect what is the point? It will still be in the history and if they have slow internet they could end up just staring at your site while the redirect loads.
4. For some organisations having such buttons is more about "showing" they have it than how useful it actually is to the user.
5. I have tried to push for a page/link to basic internet safety information. Educating visitors would be much better than trying to engineer their personal security day.
6. I've struggled to find good academic/research work on such features. Seems like it would be a good area for a UX researcher but I've not found much actual work. | null | null | 41,793,597 | 41,793,597 | null | [
41801352,
41797565
] | null | null |
41,797,271 | story | kugurerdem | 2024-10-10T10:00:00 | Lessons from Plain Text | null | https://www.rugu.dev/en/blog/plain-text/ | 2 | null | 41,797,271 | 0 | null | null | null |
41,797,272 | comment | sunshowers | 2024-10-10T10:00:25 | null | The problem with writing a browser in C# or Java is that neither of them can provide anywhere close to the level of thread safety that Rust does. | null | null | 41,797,105 | 41,796,030 | null | [
41797486
] | null | null |
41,797,273 | comment | euroderf | 2024-10-10T10:00:56 | null | Of course, the problem comes when you start believing your own marketing/rhetoric. | null | null | 41,781,711 | 41,755,303 | null | [
41797335
] | null | null |
41,797,274 | comment | andyjohnson0 | 2024-10-10T10:01:22 | null | I disagree with the title. If all you have in the world is yourself then you may well not make it over the long term. You could get lucky and have an easy life, but its rarely like that.<p>I guess I'm older than the author or their bereaved colleague. I lost one parent thirty yeara ago when I was in my mid twenties, and am now losing the other to dementia. I've lost dear friends along the way. You acquire the scar tissue and you wonder why your only life is like this. But its the people in your life that pull you through, wholly or partly, in whatever state you end-up in. The work ultimately means nothing. Be there for your people. | null | null | 41,797,084 | 41,797,084 | null | [
41797291,
41797294
] | null | null |
41,797,275 | comment | yawpitch | 2024-10-10T10:01:22 | null | … all too often, we don’t even have that. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,276 | story | valyala | 2024-10-10T10:01:30 | Show HN: Vlogscli – interactive command-line tool for querying VictoriaLogs | null | https://docs.victoriametrics.com/victorialogs/querying/vlogscli/ | 2 | null | 41,797,276 | 1 | [
41797331
] | null | null |
41,797,277 | comment | mannycalavera42 | 2024-10-10T10:01:43 | null | I feel I'm uneducated and unprepared to face grief.
Grief should be taught and discussed openly<p>It's incredible how we managed to extend our life expectancy: still, it's not infinite. | null | null | 41,797,084 | 41,797,084 | null | [
41797319
] | null | null |
41,797,278 | comment | me_me_me | 2024-10-10T10:01:43 | null | I remember reading article about illegal western music in Soviet times.<p>Creating vinyls out of xray images sounded ingenious, its amazing to hear one now. | null | null | 41,790,295 | 41,790,295 | null | null | null | null |
41,797,279 | comment | animal531 | 2024-10-10T10:01:58 | null | Martina and Hansi from Nerdforge made a video about art at some point. She's an artist and he wanted to learn, so I believe she made the following playlist for him:<p><a href="https://www.youtube.com/playlist?list=PLKxVMUwzoPxEyxkyyTHw_0v_TC2iXcFfR" rel="nofollow">https://www.youtube.com/playlist?list=PLKxVMUwzoPxEyxkyyTHw_...</a><p>The video they made about it:
<a href="https://www.youtube.com/watch?v=MWi1pCR3peg" rel="nofollow">https://www.youtube.com/watch?v=MWi1pCR3peg</a> | null | null | 41,756,978 | 41,756,978 | null | null | null | null |
41,797,280 | comment | ntp85 | 2024-10-10T10:02:22 | null | Seems like NOYB already filed a complaint with the Austrian data protection authorities: <a href="https://www.heise.de/en/news/Data-protection-complaint-Noyb-takes-action-against-Firefox-tracking-function-9953464.html" rel="nofollow">https://www.heise.de/en/news/Data-protection-complaint-Noyb-...</a> | null | null | 41,786,936 | 41,786,012 | null | null | null | null |
41,797,281 | comment | jeltz | 2024-10-10T10:02:32 | null | Brainfuck too! | null | null | 41,796,738 | 41,796,030 | null | null | null | null |
41,797,282 | comment | Hikikomori | 2024-10-10T10:02:36 | null | I was the network engineer. It was their server and database, I couldn't solve the latency problem for them. | null | null | 41,796,800 | 41,793,658 | null | null | null | null |
41,797,283 | comment | miragecraft | 2024-10-10T10:03:00 | null | I have no horse in this race, my site is powered by Kirby CMS due to my preference for simplicity and security.<p>Wordpress seems like the dying Emperor in 40k where the daily sacrifice of thousands of psykers (developers) is the only thing sustaining its life.<p>If this drama craters the developer base then Wordpress might collapse under its own weight. | null | null | 41,791,369 | 41,791,369 | null | null | null | null |
41,797,284 | comment | zinekeller | 2024-10-10T10:03:05 | null | Additionally (and more importantly), SU is still reserved in the ISO 3166 list (<a href="https://www.iso.org/obp/ui/#iso:code:3166:SU" rel="nofollow">https://www.iso.org/obp/ui/#iso:code:3166:SU</a>), so if United Kingdom somehow convinced ISO 3166 MA to reserve IO then it <i>will</i> be messy. | null | null | 41,796,395 | 41,778,139 | null | null | null | null |
41,797,285 | comment | shaganer | 2024-10-10T10:03:07 | null | I've thought about this for so many hours over the course of months and likely years. Even as a mere college student, I know when it comes down to it, I can only hold onto myself. I've lost countless friends, acquaintances, and good people to just the way of life, or by being a panicky anxious lonely version of myself. Whenever I start to think someone great will stick around, they leave. I don't pay enough attention to the ones who have stayed, who are always there for me.
It goes against my inner desires to be selfish and care more for nyself, but ultimately, it's something I've had to recently come to terms with. I have to make sacrifices for my survival. For me it was a diagnosis, for you it could be loss, rejection, depression, disillusionment, anything powerful enough.
I'm very introspective now. I gotta stop or else it'll get as deep as an abyss. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,286 | comment | KwisatzHaderack | 2024-10-10T10:03:15 | null | > white restaurants<p>LMAO! What are white restaurants? | null | null | 41,786,887 | 41,785,265 | null | null | null | null |
41,797,287 | comment | Hikikomori | 2024-10-10T10:03:38 | null | It is, but not my problem as a network engineer. We did suggest that though but they refused to believe that we couldn't solve the latency "problem". | null | null | 41,797,054 | 41,793,658 | null | [
41797382
] | null | null |
41,797,288 | comment | creata | 2024-10-10T10:03:39 | null | Yes, but it's a compromise, because I'm not happy spinning up tons of kernels and trying to share access to devices that do not want to be shared, either.<p>You're right that the trusted codebase is huge, but I sincerely do not know how big a problem this is in practice, hence the question. | null | null | 41,797,250 | 41,796,030 | null | [
41797403
] | null | null |
41,797,289 | story | appsvilla32 | 2024-10-10T10:03:43 | null | null | null | 1 | null | 41,797,289 | null | null | null | true |
41,797,290 | comment | lsaferite | 2024-10-10T10:04:02 | null | The foundation doesn't even contribute to core development anyway. Check out their yearly financial reports. In Matt's world, the only 'donation' that would directly support development would be to the commercial entity Automatic who is a direct competitor. | null | null | 41,794,650 | 41,791,369 | null | null | null | null |
41,797,291 | comment | bravetraveler | 2024-10-10T10:04:10 | null | > I disagree with the title. If all you have in the world is yourself then you may well not make it over the long term.<p>Absolutely <i>none</i> of us do. I'm in my mid 30s, have been without both parents for at least the better part of a decade.<p>What pulled me through? Me. Not to discount what you say, just offer perspective. Several good people have crossed my path, more were worse. Nobody sticks around forever, nor their lessons. Cherish them while you can. | null | null | 41,797,274 | 41,797,084 | null | [
41797340
] | null | null |
41,797,292 | comment | pelagicAustral | 2024-10-10T10:04:36 | null | It's such an odd feeling being alone with your grief. Most of the time there are others who feel just as bad, if not worse than how you feel, but they may not be anywhere close to you, so at least you can bond in that way...<p>Just a tad over a year now, I lost my dearest friend. I work so far away that I could not even attend the funeral. I was demolished, maybe I still am; I just don't talk too much about it. There was nobody around me that would even know him; it was just me.<p>Soon enough, while drowning in despair, I realized the last time we spent time together was February 2023. I had lost a connecting flight, so I called him around 9 AM. He was out of town, in the countryside with his partner, just enjoying a day out of the city. He couldn't believe I missed the flight, joked for a bit, and gave me instructions on how to get to where he was from the airport, about a 6-hour trip.<p>I got there, and this place was the closest thing to heaven. I had an amazing weekend (missed the flight early Saturday), and then on Monday we all went back to the city... Because of the nature of the flight, I was going to have to wait until next Saturday to take the flight again. And so we spent that whole week together, just going out for beers and joking around just as we always did... And that was the last week we had together. I know there are a lot of atheists in this community, and that's OK, but in my head, forever, I will always thank God for that week, that so many other people did not have. | null | null | 41,797,084 | 41,797,084 | null | [
41797432
] | null | null |
41,797,293 | comment | Yodel0914 | 2024-10-10T10:04:46 | null | On a full sized interchangeable lens camera, I’d give up having a screen completely before giving up the viewfinder. It depends on what and how you shoot, of course, but trying to shoot sports or live music without a viewfinder would be horrible. | null | null | 41,796,953 | 41,760,076 | null | null | null | null |
41,797,294 | comment | InsideOutSanta | 2024-10-10T10:04:48 | null | I'm not entirely sure why that is the article's title, since it seems to be about the fact that your coworkers are not your friends, and your work is not your life. Which is true. But maybe I'm missing something. | null | null | 41,797,274 | 41,797,084 | null | [
41797726,
41797658
] | null | null |
41,797,295 | comment | lupusreal | 2024-10-10T10:04:51 | null | America is not at war with Russia, yet. | null | null | 41,795,381 | 41,785,265 | null | null | null | null |
41,797,296 | comment | hemanthshenoy | 2024-10-10T10:04:52 | null | Yeah, I suppose. It's strange how fast we've developed other tech (like GPUs) but still struggle with limited, old, inefficient energy production and storage systems. | null | null | 41,787,399 | 41,787,092 | null | null | null | null |
41,797,297 | comment | cbg0 | 2024-10-10T10:05:13 | null | You don't need to daydream, just use a password manager. | null | null | 41,795,978 | 41,792,500 | null | null | null | null |
41,797,298 | comment | mapcars | 2024-10-10T10:05:15 | null | > That girl is probably at home, grieving deeply for the loss of her father, while at the same time, people are on WhatsApp or in their units, discussing their 'call schedules.' Isn’t that heartbreaking?<p>No, its not? People did a great effort of ignoring mortality and then get surprised by the most real thing of everything we know. Death happens and you can use it as a powerful tool to get wiser and realise the life is for the living, your grief and your sadness is only for you. In my eyes you are just losing time doing that instead of being happy and joyful. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,299 | comment | arp242 | 2024-10-10T10:05:15 | null | I think it should be obvious from the full comment that I don't think that doing _something_ for this is useless. Most of my comment is about how this is not actually sufficient to protect people.<p>And "we need to do something for this" doesn't mean that this particular feature/button is a good idea.<p>Like I said, telling people to use private windows and teaching them Ctrl+W seems like a better solution to solve the same problem to me. You can have a widget with some basic tips, and you can even show the correct instructions based on the browser the person is using. | null | null | 41,795,529 | 41,793,597 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.