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,300 | comment | titzer | 2024-10-10T10:05:42 | null | I worked on JVM bytecode for a significant number of years before working on Wasm. JVM bytecode verification is non-trivial, not only to specify, but to implement efficiently. In Java 6 the class file format introduced stack maps to tame a worst-case O(n^3) bytecode verification overhead, which had become a DoS attack vector. Structured control flow makes Wasm validation effectively linear and vastly simpler to understand and vet. Wasm cleaned up a number of JVM bytecode issues, such as massive redundancy between class files (duplicate constant pool entries), length limitations (Wasm uses LEBs everywhere), typing of locals, more arithmetic instructions, with signedness and floating point that closer matches hardware, addition of SIMD, explicit tail calls, and now first-class functions and a lower-level object model. | null | null | 41,796,912 | 41,795,561 | null | [
41803619,
41799802,
41797633
] | null | null |
41,797,301 | comment | high_na_euv | 2024-10-10T10:06:13 | null | Why would you need to reinvent networking layer instead of just sending http requests via matrue, battle tested lib available in your programming ecosystem e.g from MSFT? Same with crypto, sockets, compression, etc?<p>Video and audio I mentioned.<p>Extensions are tricky, right, but more from privacy standpoint cuz after all you can just expose too much | null | null | 41,797,215 | 41,796,030 | null | [
41797697,
41798614,
41797971,
41797673
] | null | null |
41,797,302 | story | dmytton | 2024-10-10T10:06:18 | Lessons from running WebAssembly in production with Go and Wazero | null | https://blog.arcjet.com/lessons-from-running-webassembly-in-production-with-go-wazero/ | 1 | null | 41,797,302 | 0 | null | null | null |
41,797,303 | story | yamrzou | 2024-10-10T10:06:20 | Second Thoughts About Decision Reversibility (2016) [pdf] | null | https://pure.uva.nl/ws/files/8906781/Second_Thoughts_About_Decision_Reversibility.pdf | 1 | null | 41,797,303 | 0 | null | null | null |
41,797,304 | comment | gwervc | 2024-10-10T10:06:23 | null | Urgency isn't a good metric in the corporate world because basically everything is called urgent all the time (spoiler: most of the time it's not). | null | null | 41,796,396 | 41,794,566 | null | [
41797847
] | null | null |
41,797,305 | comment | olejorgenb | 2024-10-10T10:06:37 | null | > This vulnerability affects Firefox < 131.0.2, Firefox ESR < 128.3.1, and Firefox ESR < 115.16.1.<p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9680" rel="nofollow">https://nvd.nist.gov/vuln/detail/CVE-2024-9680</a> | null | null | 41,797,248 | 41,796,030 | null | [
41801462
] | null | null |
41,797,306 | comment | afiori | 2024-10-10T10:07:08 | null | > They could do all this (except for the sandboxing thing).<p>The sandbox is very very important, it is the reason I mostly do not worry about clicking random links or pasting random urls in a browser.<p>There are many apps that I would have liked to try if not for the security risk. | null | null | 41,796,359 | 41,795,561 | null | [
41797437
] | null | null |
41,797,307 | comment | anjoz | 2024-10-10T10:08:26 | null | that's interesting, I love Indiana Jones movies. Luckily I can watch my fav movies <a href="https://0123movies-hd.net/" rel="nofollow">https://0123movies-hd.net/</a> . There are various movies in different genres that are available for free. I like that the collections of movies are structured, and I can use any filter to sort movies by genre, year of release, actor etc. And it's easy to find an interesting movie to watch, I just check the reviews on the site. | null | null | 41,736,118 | 41,736,118 | null | null | null | null |
41,797,308 | story | Tomte | 2024-10-10T10:08:38 | Rhetorical Questions (2017) | null | https://claremontreviewofbooks.com/rhetorical-questions/ | 1 | null | 41,797,308 | 0 | null | null | null |
41,797,309 | comment | Const-me | 2024-10-10T10:08:43 | null | On AMD64 Windows, .NET 8.0 runtime takes 31.7 MB to download, and 70.7 MB on disk. On ARM64 Linux, the numbers are 28.4 MB and 75.0 MB, respectively.<p>For that amount of data, both internet bandwidth and disk space are rather cheap these days? | null | null | 41,797,194 | 41,791,773 | null | null | null | null |
41,797,310 | story | Tomte | 2024-10-10T10:08:59 | null | null | null | 1 | null | 41,797,310 | null | null | null | true |
41,797,311 | story | andrew_zavada | 2024-10-10T10:09:15 | We Built an App That Changed Everything: Decisions That Boosted Our Business | null | https://storist.me | 1 | null | 41,797,311 | 1 | [
41797312
] | null | null |
41,797,312 | comment | andrew_zavada | 2024-10-10T10:09:15 | null | How We Built an App That Changed Everything: Two Key Decisions That Boosted Our Business<p>I'm Andrew Zavada, a developer and one of the founders of Storist.me. At the end of the third quarter of 2024, I reflected on our progress, as I usually do, and realized that launching apps significantly boosted both our business and product. I’d like to share some of these insights with you.<p>Before we dive into the details, here are three key takeaways:<p>1. Consider if your product or service can be adapted into a mobile app.
2. If the answer is yes, start developing it. It’s not as complicated, scary, or expensive as you might think. In-app web technology has made things much easier.
3. Plan extra time for your app's release in app stores. If you’re new to this, it can be tricky. We learned a lot through trial and error.<p>Now, let’s break it down. I could tell you that we launched the Storist.me app four months ago and immediately gained 100,500 users and huge profits, but that wouldn’t be true. We started this project three years ago, and only after many tests, changes, and setbacks have we reached the point where I can proudly say: our product is used by people worldwide, and they are willing to pay for it. There’s still much to do, but let's take a look back at our journey.<p>2021 – The first ideas, initial development, and market testing of Storist.me. Back then, we focused on creating practical summaries of business books.<p>Early 2022 – We were on the verge of signing a pre-seed investment deal with a major fund, but it fell through. My team and I debated what to do next. We decided to expand beyond Europe, but progress was slow as everyone had other full-time jobs.<p>Late 2022 – GPT technology appeared, offering us a way to significantly speed up content production without sacrificing quality. We focused on maintaining high standards and continuously improving our algorithms and processes.<p>Summer 2023 – After some marketing experiments, our marketer insisted that we needed an app, as the market demanded it. So, we began exploring our options while continuing to focus on business book summaries.<p>End of 2023 – We tried different marketing channels and eventually realized that a web-based summary product wasn't going to cut it. Fortunately, we had already started working on an app.<p>Early 2024 – We pivoted, transforming Storist.me into a service designed to help users improve their English from Intermediate to Advanced through engaging content. If you're worried about all the previous work going to waste, don’t be! It turns out that quality content is what users appreciate most, and we began putting more effort into developing the app.<p>June 2024 – We launched the app, and things started moving. We were cautious with our marketing, but the results were promising. We even started gaining traction with B2B clients.<p>September 2024 – By this time, we had paying users from different countries, made some exciting corporate sales (including with Muse Group!!!), and focused on improving the user experience. We’re now making up to $1,500 per month with minimal marketing spend.<p>In summary, Storist.me is now a service for those stuck at the Intermediate level and who feel like they don’t have enough time to read all the valuable literature out there! Two years ago, I would have been thrilled to have such a tool. But most importantly, none of this would have been possible if we hadn’t embraced the fact that today's users consume content primarily through their phones.<p>What’s Next?<p>1. AI Tutor – We plan to introduce an AI tutor that will ask questions, offer opinions, and engage users in discussions about the books they read, helping them improve their speaking or writing skills.<p>2. More books and articles – We’ll continue to expand our library with content focused on English learning and personal development. | null | null | 41,797,311 | 41,797,311 | null | null | null | null |
41,797,313 | story | ogogmad | 2024-10-10T10:09:19 | Tropical Semirings in Dyalog APL | null | https://grahamenos.com/apl-min-plus.html | 2 | null | 41,797,313 | 0 | null | null | null |
41,797,314 | comment | netsharc | 2024-10-10T10:09:20 | null | Is there an app that suggest "Popular places near your route" while I'm planning a day? Or not just popular, but spots that've been mentioned in e.g. Lonely Planet, or some travel blog (sourcing the data would be a fascinating engineering exercise). It'd be great if the app recommends a spot, and when the user clicks "Squeeze it in", it would adjust the times accordingly. Or using your example of Tokyo, if I'm booked to see a Sumo match at 2 pm, and there's not enough time beforehand to squeeze it in, the app could even suggest an alternative time. (Hah this is turning to a travelling salesman problem...)<p>Yeah yeah, "popular" equals touristy, but just like Pumpkin Spice Latte in September, maybe I don't mind being a "basic tourist".<p>When Instagram's API was more open, someone did a heatmap of places that are tagged a lot in photos. | null | null | 41,790,821 | 41,788,246 | null | null | null | null |
41,797,315 | comment | throwaway48476 | 2024-10-10T10:09:24 | null | This is correct. | null | null | 41,796,862 | 41,795,075 | null | null | null | null |
41,797,316 | comment | squarefoot | 2024-10-10T10:09:30 | null | Left handed here, and having been in school from the early 70s, I had to suffer their stupid shortsighted attempts to "correct" what they thought was a voluntary mistake when writing or eating.
I never stopped being left handed of course, but for some things I'm right handed, although in most of them I can also use the left almost comfortably.<p>Here's small list:<p>fork: left<p>pen: left<p>tools (screwdriver, wrench, etc): right<p>solder iron: right<p>fighting stance: mostly traditional, but sometimes southpaw by instinct<p>Also applies to feet.
playing football (soccer), kicking: mostly right<p>Curiously, I developed as right handed (and foot) on the things nobody ever tried to push me to correct. | null | null | 41,758,870 | 41,758,870 | null | [
41799665
] | null | null |
41,797,317 | comment | krageon | 2024-10-10T10:09:57 | null | If you anything with a GPU anywhere, you can essentially forget it. Or at least this was the case a few years ago when I briefly toyed with using qubes seriously. | null | null | 41,797,094 | 41,796,030 | null | [
41798602
] | null | null |
41,797,318 | comment | nicoburns | 2024-10-10T10:10:07 | null | To make this analogous, the words for "alcohol" and "vodka" would have to be the same. The OP is arguing that when people say "doing cocaine" they are generally referring to the high-strength powdered form, not the underlying chemical in general.<p>And that if we interpret the sentence like that (which we should if that's how it's generally understood) then it is not true that people were doing cocaine in the 17th century. | null | null | 41,796,881 | 41,787,798 | null | [
41797917,
41799403
] | null | null |
41,797,319 | comment | GoToRO | 2024-10-10T10:10:21 | null | Most (all?) cultures have specific rituals for grief. As communities were "phased out", those rituals also got lost. | null | null | 41,797,277 | 41,797,084 | null | null | null | null |
41,797,320 | comment | angilr | 2024-10-10T10:10:30 | null | You are lucky because you really like something and know that you like it. So just enjoy it and have time for yourself and your family. I hope I know what I really like to spend my time for it without regretting like you.<p>Sometimes you may feel sad, but don't cry because you're lonely. We need that loneliness to grow up. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,321 | story | edent | 2024-10-10T10:10:45 | Data, 23, and Me | null | https://bourniquelaw.com/2024/10/09/data-23-and-me/ | 2 | null | 41,797,321 | 0 | [
41797956
] | null | null |
41,797,322 | comment | neffy | 2024-10-10T10:10:51 | null | Now add a language translation layer with X.75 :) | null | null | 41,794,608 | 41,790,619 | null | null | null | null |
41,797,323 | comment | null | 2024-10-10T10:10:58 | null | null | null | null | 41,797,189 | 41,796,030 | null | null | true | null |
41,797,324 | comment | Lerc | 2024-10-10T10:10:59 | null | <i>we resize the conditioning (i.e.,
encoded latents) via bilinear sampling to the desired resolution of each stage in the U-Net model</i><p>I am surprised that this works at high compression rates.<p>I would have thought that the more you squeeze into a latent the less correlated the individual latent values become. If they are correlated you can store them more efficiently by having the decoder know about the correlation and store the variance from that correlation with more precision. If that happens, and the values are uncorrelated then bilinear sampling would surely be counterproductive.<p>I feel like even a tiny-brained traditional VAE decoder would be able to do a better job at transforming the latent into a good conditioning for the U-Net. | null | null | 41,797,163 | 41,797,163 | null | null | null | null |
41,797,325 | comment | zinekeller | 2024-10-10T10:10:59 | null | If Mauritius decided to used a variant of Chagos/Chagas (so probably CS, since that's the only available code that still somehow fits) then IO will probably be ejected from ISO 3166. | null | null | 41,794,937 | 41,778,139 | null | [
41803234
] | null | null |
41,797,326 | comment | krageon | 2024-10-10T10:11:01 | null | Containers aren't a security measure, so you'd be comparing a stick of wood to a car in this case. | null | null | 41,797,162 | 41,796,030 | null | null | null | null |
41,797,327 | comment | oscargrouch | 2024-10-10T10:11:46 | null | I worked on something in this space[1], using a heavily modified Chrome browser years ago, but I consider I was too early and I bet something in this lines (probably simpler) will take off when the time is right.<p>Unfortunately I got a little of a burnout for working some years on it, but I confess I have a more optimized and more to the point version of this. Also having to work on Chrome for this with all its complexity is a bit too much.<p>So even though is a lot of work, nowadays I think is better to start from scratch and implement the features slowly.<p>1 - <a href="https://github.com/mumba-org/mumba">https://github.com/mumba-org/mumba</a> | null | null | 41,795,944 | 41,795,561 | null | null | null | null |
41,797,328 | story | jenny6060 | 2024-10-10T10:12:00 | null | null | null | 1 | null | 41,797,328 | null | null | null | true |
41,797,329 | comment | diggan | 2024-10-10T10:12:10 | null | > It sounds like a real job with all the real job issues and none of the pay<p>I dunno, 5 hours per week without pay sounds like volunteering to me, not like a "real job". | null | null | 41,796,829 | 41,796,748 | null | [
41797545,
41797461
] | null | null |
41,797,330 | comment | swiftcoder | 2024-10-10T10:12:33 | null | Usually folks looking for this sort of social network are also looking for a more intimate social experience, so we're not necessarily talking about sync'ing the whole Twitter feed firehose.<p>I don't think it's unreasonable from a resources perspective to sync the posts/actions of mutual followers, and from a privacy standpoint it's not really any worse than your friend screenshotting a text message from you. | null | null | 41,796,728 | 41,795,561 | null | [
41797823
] | null | null |
41,797,331 | comment | valyala | 2024-10-10T10:12:37 | null | The power of interactive command-line tools is very undervalued comparing to tools with web UI or desktop tools with graphical UI. Command-line tools can provide more useful information needed by users, while providing much higher signal/noise ratio.<p>I tried creating `vlogscli` with the basic functionality needed for interactive logs' investigation with high productivity. It supports query history, scrolling over large responses, instant canceling of long-running queries and live tailing.<p>See slides from the recent talks about VictoriaLogs and vlogscli - <a href="https://docs.google.com/presentation/d/1ocib-qMiT4AfDm-LegKEy8nkOIGsNBcYFd-qFrMPbvY/edit?usp=sharing" rel="nofollow">https://docs.google.com/presentation/d/1ocib-qMiT4AfDm-LegKE...</a> | null | null | 41,797,276 | 41,797,276 | null | null | null | null |
41,797,332 | story | kixpanganiban | 2024-10-10T10:12:43 | Ask HN: What developer tools do you use in Windows? | I'm trying to be more open-minded and going all-in on using Windows for development for a month. For a lot of the projects I'm working on, devcontainers (via Docker + VSCode) let me pretty much use my native *nix tools.<p>That said, I'm curious - are there any Windows native tools that y'all like to use and that I might want to know about? For example, I've only recently learned of scoop and winget and have since started using them to basically install manage as much of the tools that I need.<p>In addition:<p>- dbeaver for SQL
- Insomnia for HTTP testing
- stream deck + python for a bunch of automation<p>What other notable Windows native tools do you use? | null | 2 | null | 41,797,332 | 1 | [
41797612,
41797961
] | null | null |
41,797,333 | comment | drcongo | 2024-10-10T10:13:20 | null | My biggest gripe: You can only have one homebrew user per machine, so on a multi-user, multi-admin Mac, only one of those is allowed to brew install. | null | null | 41,794,431 | 41,792,803 | null | null | null | null |
41,797,334 | comment | Myrmornis | 2024-10-10T10:13:28 | null | Hm, yes I am. What breaks for you? I have noticed a bug where it suddenly jumps to the end of a file and I have to navigate back. | null | null | 41,696,316 | 41,691,577 | null | null | null | null |
41,797,335 | comment | exe34 | 2024-10-10T10:13:29 | null | the best lie you can tell is one that you yourself believe in. I think drinking one's own koolaid is a feature, not a bug. | null | null | 41,797,273 | 41,755,303 | null | null | null | null |
41,797,336 | comment | pjmlp | 2024-10-10T10:13:30 | null | Revealing lack of knowledge, some of those bytecode formats were designed for low level languages like Pascal, Modula-2, C, C++, among others. | null | null | 41,796,136 | 41,795,561 | null | null | null | null |
41,797,337 | story | locallost | 2024-10-10T10:13:39 | German coal use crashes whilst renewables surge | null | https://davidtoke.substack.com/p/german-coal-use-crashes-whilst-renewables | 3 | null | 41,797,337 | 0 | null | null | null |
41,797,338 | comment | pjmlp | 2024-10-10T10:14:05 | null | Applies to most bytecode formats, it is a matter of implementation. | null | null | 41,796,036 | 41,795,561 | null | [
41799397
] | null | null |
41,797,339 | comment | lsaferite | 2024-10-10T10:14:20 | null | Ignoring direct monetary costs, if WordPress.org is wholly owned by Matt (not Automattic) and he's directing Automattic resources to maintain the site, is that not some kind of violation of fiduciary duty to Automattic? He's using company resources to maintain a personal project. | null | null | 41,793,767 | 41,791,369 | null | null | null | null |
41,797,340 | comment | makeitdouble | 2024-10-10T10:14:25 | null | It depends on what you expect from your surroundings, but I'd say having people around that don't give you slack for being in a bad spot and just keep moving on until you're out of it can be a big deal.<p>Sure you could be blessed by super supportive, extremely affectionate and compassionate friends all around. But IMHO even having people to keep you in a routine when you'd just want to fall apart can save you from depression.<p>I think a lot of people are pretty helpful without being overboard or too obvious about their empathy for other people. | null | null | 41,797,291 | 41,797,084 | null | [
41797531,
41797345
] | null | null |
41,797,341 | comment | kypro | 2024-10-10T10:14:26 | null | I actively avoid friendships or getting too close to people or animals because loss is too hard. When you love lots of people and animals you're sad all the time because you're always losing and missing someone.<p>I'm a bit happier now I'm more alone, but I wish life wasn't like this. Why was I made to love so much if I must eventually lose everyone I love?<p>I struggle to understand how everyone isn't constantly feeling overwhelmed with grief to be honest. | null | null | 41,797,084 | 41,797,084 | null | [
41800779,
41797837
] | null | null |
41,797,342 | comment | boffinAudio | 2024-10-10T10:14:50 | null | >2. homebrew often wants to install things I already have, like python.<p>I think its important to understand why this is the case. The python you think you have already, out of the box in MacOS, is the <i>system</i> python. Its not the python you should be using - its the one that python-based tools that your system depends on, is using.<p>Brew installs other versions of python - and gives you access to tools that allow you to maintain completely independent, different versions of python - <i>for a very good reason</i>.<p>You simply should not be using the system python for tools that are outside the purview of the system tools - doing so can lead to broken essential system tools.<p>So, don't be so quick to resist this aspect of package management. Its also true of Linux, by the way - developers should be using their own python installations, and not just glomming libraries into the system-provided python tree .. to do so, is to live very dangerously as a systems operator and as well as a developer. | null | null | 41,794,431 | 41,792,803 | null | null | null | null |
41,797,343 | comment | pjmlp | 2024-10-10T10:14:55 | null | Same premise of many other bytecode formats since 1958, a matter of implementation and marketing. | null | null | 41,796,072 | 41,795,561 | null | null | null | null |
41,797,344 | comment | afiori | 2024-10-10T10:15:07 | null | You can alreay compile javascript into <a href="https://jsfuck.com/" rel="nofollow">https://jsfuck.com/</a> and you could also very easily recompile the wasm into js.<p>Obsuscation and transpilation are not new in jsland | null | null | 41,796,668 | 41,795,561 | null | null | null | null |
41,797,345 | comment | bravetraveler | 2024-10-10T10:15:07 | null | Definitely. The thing I'm really stressing is our role as the regulator, or sometimes as you mention <i>(RE: depression)</i>, jailer | null | null | 41,797,340 | 41,797,084 | null | null | null | null |
41,797,346 | comment | myprotegeai | 2024-10-10T10:15:50 | null | You seem to be under the impression that the government works on your behalf to save you money. | null | null | 41,797,130 | 41,795,187 | null | [
41798539
] | null | null |
41,797,347 | comment | arp242 | 2024-10-10T10:15:58 | null | > Ctrl+W in normal mode has the issue of leaving a trail: Ctrl-Shift-T or similar will bring it back.<p>That also exists with this button: just press "back". Even easier. | null | null | 41,796,107 | 41,793,597 | null | null | null | null |
41,797,348 | comment | hemanthshenoy | 2024-10-10T10:16:14 | null | That's mostly because people can't "afford" to get involved. They don't have the mental bandwidth or time to handle another person's burdens for longer than a few moments. How many times have you seen a sad post, ad, or article about some starving animals or unfortunate people, felt bad, but scrolled on like nothing happened? We see devastating loss of life and forget about it 5 minutes and a cat video later. That means we can't help or are too preoccupied with other priorities.
That's just how the world is—people don't have the luxury of taking on others' sorrows. They have their own baggage to carry. | null | null | 41,797,084 | 41,797,084 | null | [
41797949
] | null | null |
41,797,349 | comment | aryonoco | 2024-10-10T10:16:15 | null | I think of browsers these days on par with OSes. I mean, they provide a runtime to execute binary code (wasm). They do process management and scheduling. They do a lot of things which up until 15 years ago, we thought bongs to the realm of Operating Systems.<p>And history has shown that when you need to do that kind of low level code, it's nigh on impossible to achieve acceptable results with a garbage collected language. Many people tried, none really succeeded.<p>Hence why Rust was made | null | null | 41,797,098 | 41,796,030 | null | null | null | null |
41,797,350 | comment | martyvis | 2024-10-10T10:16:43 | null | Many years ago I was called into troubleshoot the rollout of a new web based customer management application that was replacing a terminal green screen one. I was flummoxed finding all the developers had only ever tested their app running from workstations on 100Mbps switches where the target offices for this application were connected by 128kbps ISDN lines. I was able demonstrate how each 12kB of their application was going to take 1 second. (It was amazing to see their HTML still full of comments, long variable names, etc). I don't even think they had discovered gzip compression. This was after many millions of dollars had already been spent on the development project. | null | null | 41,795,426 | 41,793,658 | null | null | null | null |
41,797,351 | comment | null | 2024-10-10T10:16:49 | null | null | null | null | 41,760,933 | 41,757,178 | null | null | true | null |
41,797,352 | comment | rollcat | 2024-10-10T10:16:49 | null | I've been toying with building a Tcl-inspired language that basically does away with "{ ... } is just a fancy way to make a string" and treats blocks similarly to how a Lisp treats s-exps - so you could write things like:<p><pre><code> type Point struct {
X int
Y lnt
}
</code></pre>
Where "struct" maybe could just be a basic macro, but maybe it could also be smart enough to tell the compiler that "lnt" around "Y lnt" is not a type and suggest that maybe you meant "int".<p>I think a lot of this ground was treaded with modern JS compilers (that had to infer a lot of this kind of information from very little context), or efforts like Python type annotations. Dynamic languages are still cool, and even cooler when the compiler can still somehow actively help you. | null | null | 41,794,793 | 41,791,875 | null | null | null | null |
41,797,353 | story | adrian_mrd | 2024-10-10T10:16:49 | null | null | null | 1 | null | 41,797,353 | null | null | null | true |
41,797,354 | comment | timvdalen | 2024-10-10T10:16:53 | null | I mean yeah, something like this was bound to happen.
It'll be interesting to see what becomes of the WordPress ecosystem after the current crises is 'resolved'.<p>From my view, WordPress usage was definitely already in decline, but its status as an entrenched juggernaut kept it relevant. Perhaps bringing attention to everyone that quietly used WordPress means those people will start to look for alternatives? | null | null | 41,796,748 | 41,796,748 | null | [
41797497,
41798741
] | null | null |
41,797,355 | comment | pushupentry1219 | 2024-10-10T10:17:10 | null | This is very fair. I have a close male friend who was the victim of intense domestic violence, physical, emotional and financial manipulation by his ex partner.<p>He talks about how child support staff (like reception for example) are, are not favouring of him. They see DV in his profile and assume he's the perpetrator instantly. He had to explain himself constantly, no doubt reliving trauma when he does.<p>He has been struggling with the courts to gain sole custody of his child.<p>And to top it all off all the posters around these places are, like you say, about women reaching out against their abusive male partners. Which IS an issue and IS statistically more likely. But you make a very good point about these systems being able to help both. | null | null | 41,797,161 | 41,793,597 | null | [
41798214
] | null | null |
41,797,356 | comment | graemep | 2024-10-10T10:17:18 | null | Because SQLite started as a TCL extension: <a href="https://sqlite.org/tclsqlite.html" rel="nofollow">https://sqlite.org/tclsqlite.html</a> | null | null | 41,796,098 | 41,791,875 | null | null | null | null |
41,797,357 | story | Attummm | 2024-10-10T10:17:20 | null | null | null | 1 | null | 41,797,357 | null | [
41797358
] | null | true |
41,797,358 | comment | Attummm | 2024-10-10T10:17:20 | null | Deno 2 introduces full Node.js and npm compatibility, a new package registry called JSR, and cross-compilation capabilities. Key features include single-file programs, an all-in-one toolchain, improved package management, and enterprise support. The update demonstrates Next.js and Jupyter integration, performance improvements, and focuses on developer productivity. Cross-compilation allows creating executables for different platforms, enhancing deployment flexibility. | null | null | 41,797,357 | 41,797,357 | null | null | null | null |
41,797,359 | comment | account42 | 2024-10-10T10:17:24 | null | Sounds more like they hacked it for the lulz and then put up the tweets for even more lulz. Attacking the IA to support palestine is about as nonsensical as you can get. | null | null | 41,797,124 | 41,792,500 | null | [
41797824
] | null | null |
41,797,360 | comment | pjmlp | 2024-10-10T10:17:38 | null | WasmGC is there no matter what, unless we are talking about an incomplete implementation, also plenty of linear memory based bytecodes since 1958. | null | null | 41,796,108 | 41,795,561 | null | [
41798258
] | null | null |
41,797,361 | comment | Toutouxc | 2024-10-10T10:18:05 | null | That's completely idiotic and whoever came up with that (apparently it even blocks crouch + walk in some games) should be tarred and feathered. | null | null | 41,796,315 | 41,793,597 | null | null | null | null |
41,797,362 | comment | makeitdouble | 2024-10-10T10:18:10 | null | > I'm just merely stating an observation that people quickly move on, leaving you alone with your grief.<p>It might be cultural, but for many it wouldn't be helping to be left dwelling in grief alone by themselves. Pushing them to get to work and get back on their usual routine is not usually a bad thing, it depends on the people and their environment of course (e.g. I'd assuming their work isn't abusive and their coworkers are considerate)<p>For those who really need it, getting left alone can also be a blessing...I'd think those one will push through to get weeks off and do what they need to get over it, but it's pretty hard to generalize. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,363 | story | Mmrahnan | 2024-10-10T10:18:21 | Super Fast and Easy Social Media Sharing Buttons. No JavaScript. No Tracking | null | https://sharingbuttons.io/ | 1 | null | 41,797,363 | 0 | null | null | null |
41,797,364 | comment | zxcvbnm69 | 2024-10-10T10:18:21 | null | [dead] | null | null | 41,790,496 | 41,780,569 | null | null | null | true |
41,797,365 | comment | jomkr | 2024-10-10T10:18:29 | null | It's still showing hurricane force winds.<p>I guess they've decided it's better to show the correct forecast data + bad wind data than take down the page entirely. | null | null | 41,797,048 | 41,797,048 | null | [
41801599
] | null | null |
41,797,366 | comment | NicolaiS | 2024-10-10T10:19:01 | null | A note for Ubuntu users; if Firefox is installed using `snap` (default) and you run `snap refresh` it will output "All snaps up to date" - but this is not true!
You have to close firefox, then run `snap refresh` for snap to upgrade firefox... | null | null | 41,796,030 | 41,796,030 | null | [
41803711,
41797385
] | null | null |
41,797,367 | story | andrewstuart | 2024-10-10T10:19:16 | Ask HN: Developers: how well do you know Linux? | null | null | 5 | null | 41,797,367 | 1 | [
41800613
] | null | null |
41,797,368 | comment | cloogshicer | 2024-10-10T10:19:19 | null | The legal disclaimer at the bottom is gold. | null | null | 41,796,748 | 41,796,748 | null | null | null | null |
41,797,369 | story | matthberg | 2024-10-10T10:19:21 | Web Content Accessibility Guidelines (WCAG) 2.1 Primer | null | https://alphagov.github.io/wcag-primer/ | 1 | null | 41,797,369 | 0 | null | null | null |
41,797,370 | comment | pjmlp | 2024-10-10T10:19:33 | null | Only because Mozilla refused to adopt PNaCL. | null | null | 41,796,085 | 41,795,561 | null | null | null | null |
41,797,371 | comment | timvdalen | 2024-10-10T10:19:53 | null | The new checkbox that's required to log into WordPress.org:<p>> [ ] I am not affiliated with WP Engine in any way, financially or otherwise.<p>From the article I expected a link to very long terms, but this feels very on-brand for the pettiness of the whole drama so far. | null | null | 41,796,748 | 41,796,748 | null | [
41798656
] | null | null |
41,797,372 | comment | tgv | 2024-10-10T10:20:02 | null | Such is the nature of a top 10. If you'd said all 6 make it to the top 3, I would have been surprised. | null | null | 41,796,978 | 41,792,500 | null | null | null | null |
41,797,373 | comment | anonzzzies | 2024-10-10T10:20:03 | null | Wikipedia;<p>The main goal of WebAssembly is to facilitate high-performance applications on web pages, but it is also designed to be usable in non-web environments.[7] It is an open standard[8][9] intended to support any language on any operating system,[10] and in practice many of the most popular languages already have at least some level of support. | null | null | 41,797,109 | 41,764,163 | null | null | null | null |
41,797,374 | comment | lovegrenoble | 2024-10-10T10:20:12 | null | Here:
<a href="https://www.theverge.com/2024/10/9/24266419/internet-archive-ddos-attack-pop-up-message" rel="nofollow">https://www.theverge.com/2024/10/9/24266419/internet-archive...</a> | null | null | 41,797,081 | 41,797,081 | null | null | null | null |
41,797,375 | comment | account42 | 2024-10-10T10:20:37 | null | The script kiddies their contractor hired might though. I see no reason to believe that this was the doing of those organizations but if they did want to see the IA hacked then surely the ones doing the actual deed would be far removed. | null | null | 41,796,925 | 41,792,500 | null | null | null | null |
41,797,376 | comment | mitjam | 2024-10-10T10:20:44 | null | Most low code/no code solutions bring back memories of Access and Excel based solutions. | null | null | 41,775,646 | 41,766,882 | null | null | null | null |
41,797,377 | comment | bilekas | 2024-10-10T10:20:46 | null | > I don’t want to pay an attorney hundreds of dollars an hour to determine if the new required login checkbox applies to me.<p>Seems like the right choice if not for now in the future, at this rate the petty childish behavior is looking to escalate further. | null | null | 41,796,748 | 41,796,748 | null | null | null | null |
41,797,378 | story | nix_95 | 2024-10-10T10:20:58 | Show HN: Seamless MySQL integration – adding a database directly in code | Hey HN,<p>I've been working on a better way to set up and deploy databases like MySQL for projects without all the usual DevOps overhead. Instead of configuring everything manually, I tried something more integrated that lets me set up backend connections and then invoke them directly in my code.<p>In the video, I show how I used a my tool (Qubinets) to quickly set up a MySQL database. Everything is configured within the tool—from deploying the database, setting up connections (MySQL,Ingress Nginx and DBeaver for management), and then hooking those connections straight into some simple Python code. Essentially, all the backend work is handled upfront, and then I can just invoke those connections in my code without extra hassle. The whole setup took me around 30 minute, more or less.<p>For small teams or early-stage startups, this feels like a way to skip many DevOps-heavy steps that normally slow things down. I’m curious if anyone here has tried a similar approach—integrating backend infrastructure directly like this rather than configuring everything from scratch.<p>Would love to hear your take—especially if this approach could be a better fit for smaller projects, or if you see any big downsides I should consider. | https://www.youtube.com/watch?v=7EfYn7MkdyI | 3 | null | 41,797,378 | 0 | null | null | null |
41,797,379 | comment | krapp | 2024-10-10T10:21:13 | null | I assume by default that somewhere, somehow, AI is to blame. | null | null | 41,797,048 | 41,797,048 | null | [
41801609
] | null | null |
41,797,380 | comment | m4rtink | 2024-10-10T10:21:18 | null | It seems to me that both C#/Java have build their own niches and are hard to impossible to realistically use outside of them, such as to write a web browser. | null | null | 41,797,098 | 41,796,030 | null | null | null | null |
41,797,381 | comment | Malidir | 2024-10-10T10:21:21 | null | Microsoft are re-writing c# stuff in Rust! <a href="https://news.ycombinator.com/item?id=39240205">https://news.ycombinator.com/item?id=39240205</a> | null | null | 41,797,105 | 41,796,030 | null | null | null | null |
41,797,382 | comment | martyvis | 2024-10-10T10:21:28 | null | I have been there many times. While the network guy can solve some of the latency in things like TCP handshakes and use compression and caching with magic black boxes you can't fix the actual application query and acknowledgement requirements that might be there. | null | null | 41,797,287 | 41,793,658 | null | null | null | null |
41,797,383 | comment | madeofpalk | 2024-10-10T10:21:38 | null | Every step of the way Matt/Wordpress has really made the wrong decision in the worst way possible. He wants to have his cake (distribute free and open source software) and eat it to (force some companies to pay him money) which is completely incompatible. | null | null | 41,796,748 | 41,796,748 | null | [
41797576,
41797765
] | null | null |
41,797,384 | comment | meindnoch | 2024-10-10T10:21:47 | null | How much of the archive is affected? Could be a targeted effort to tamper with historical records. | null | null | 41,792,500 | 41,792,500 | null | [
41802607
] | null | null |
41,797,385 | comment | guerrilla | 2024-10-10T10:21:47 | null | Not an Ubunutu or snap user but curious, why? | null | null | 41,797,366 | 41,796,030 | null | [
41797435,
41797502,
41797436
] | null | null |
41,797,386 | story | freetonik | 2024-10-10T10:21:50 | Website Carbon Calculator | null | https://www.websitecarbon.com/ | 1 | null | 41,797,386 | 0 | null | null | null |
41,797,387 | story | sva_ | 2024-10-10T10:22:00 | X1.8 solar flare geomagnetic storm watch | null | https://www.spaceweatherlive.com/en/news/view/561/20241009-x1-8-solar-flare-severe-geomagnetic-storm-watch.html | 3 | null | 41,797,387 | 0 | null | null | null |
41,797,388 | comment | MiguelX413 | 2024-10-10T10:22:13 | null | We need to return to latchkey parenting. | null | null | 41,793,229 | 41,791,570 | null | null | null | null |
41,797,389 | comment | Woshiwuja | 2024-10-10T10:22:15 | null | [dead] | null | null | 41,797,115 | 41,794,566 | null | null | null | true |
41,797,390 | story | wslh | 2024-10-10T10:22:18 | Rafael Nadal calls time on epic tennis career | null | https://www.france24.com/en/live-news/20241010-rafael-nadal-calls-time-on-epic-tennis-career | 3 | null | 41,797,390 | 0 | [
41797964
] | null | null |
41,797,391 | comment | skrebbel | 2024-10-10T10:22:23 | null | Like Java, you can write Haskell in any language but that doesn't mean it's always a good idea. | null | null | 41,791,316 | 41,764,163 | null | [
41799599
] | null | null |
41,797,392 | comment | ramon156 | 2024-10-10T10:23:12 | null | I'd argue that this is a good example of how rust could've prevented use-after-free, but y'know, I'd obviously be glazing. | null | null | 41,796,705 | 41,796,030 | null | null | null | null |
41,797,393 | story | Qem | 2024-10-10T10:23:31 | Wildlife numbers plummet 73 percent over past half-century, report finds | null | https://www.aljazeera.com/news/2024/10/10/wildlife-numbers-plummet-73-percent-over-past-half-century-report-finds | 4 | null | 41,797,393 | 0 | [
41797951
] | null | null |
41,797,394 | comment | boiler_up800 | 2024-10-10T10:23:39 | null | The best part of the world is actually each other. | null | null | 41,797,084 | 41,797,084 | null | null | null | null |
41,797,395 | comment | boffinAudio | 2024-10-10T10:24:18 | null | Or, equally valid, pro-zionist activists who want something that is normally easily accessible in the IA to be censored. | null | null | 41,796,964 | 41,792,500 | null | null | null | null |
41,797,396 | comment | artikae | 2024-10-10T10:24:35 | null | All it takes for something to be replaced is something that does the job better. You can only really apply your definition in hindsight, after something has stood the test of time. You can't tell the difference between sails and wheels until after the rise of the steam engine. | null | null | 41,797,028 | 41,795,561 | null | null | null | null |
41,797,397 | story | rosiesherry | 2024-10-10T10:24:36 | Data glitch brings hurricane warnings to BBC weather website | null | https://www.ministryoftesting.com/testing-trends/data-glitch-brings-hurricane-warnings-to-bbc-weather-website | 2 | null | 41,797,397 | 0 | [
41797966
] | null | null |
41,797,398 | comment | larsrc | 2024-10-10T10:24:49 | null | This! It's the basis for fruitful negotiations to understand what the other person needs (which is not always what they say at first). Sometimes you can give them something that's cheap for you but valuable for them or vice versa. I can recommend the book "Getting More" by Stuart Diamond for valuable insights on how to do this. | null | null | 41,795,621 | 41,794,566 | null | [
41797498,
41797522
] | null | null |
41,797,399 | comment | Ukv | 2024-10-10T10:24:51 | null | I found their comment an interesting contribution to the discussion, pointing to a couple of specific pitfalls in C++. It's not just an empty "C/C++ bad, Rust good", and I don't see why it'd give the impression of an obnoxious community. | null | null | 41,796,542 | 41,791,773 | null | [
41798049
] | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.