<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: oscargrouch</title><link>https://news.ycombinator.com/user?id=oscargrouch</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 10:29:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=oscargrouch" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by oscargrouch in "Velox: A Port of Tauri to Swift by Miguel de Icaza"]]></title><description><![CDATA[
<p>> Together with the author's distaste for Rust<p>As someone who understand the sentiment, I wouldn't call it distaste for Rust. It feels more as Rust not being the right tool for the job and to be honest I have the same feeling here. Rust is great for a bunch of problem domains, but it doesn't feel to be the best tool for this specific problem domain.
It's always about the choices a programming language makes, it make it good for some use-cases and bad for others and there's nothing wrong with it. 
Also as a cautionary tale about panacea programming languages, Java once tried it with great success to be "the one" language to rule them all and we can see that even though it was a popular choice in many domains, slowly other fitting solutions to specific problem domains took over. Proving that there is no such a thing, unfortunately for us, but some languages gets closer than others (Rust being one of them).</p>
]]></description><pubDate>Tue, 27 Jan 2026 12:11:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46778960</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=46778960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46778960</guid></item><item><title><![CDATA[New comment by oscargrouch in "Anthropic acquires Bun"]]></title><description><![CDATA[
<p>Well if anything take as a compliment. As a C, C++ (and some Rust) who lately is enjoying Zig, I think Zig is the only programming language positioned to convince system programming die hard C programmers to use another programming language with simplicity and power backed in.<p>But completely agree. Its a perfect replacement for C++ and I would say the natural spiritual successor of C.<p>I gave up using Rust for new projects after seeing the limitations for the kind of software I like to write and have been using Zig instead as it gives me the freedom I need without all the over-complication that languages like C++ and Rust bring to the table.<p>I think people should first experiment see for themselves and only then comment as I see a lot of misinformation and beliefs more based on marketing than reality.<p>Thank you very much for your wonderful work!</p>
]]></description><pubDate>Wed, 03 Dec 2025 20:45:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46139886</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=46139886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46139886</guid></item><item><title><![CDATA[New comment by oscargrouch in "Anthropic acquires Bun"]]></title><description><![CDATA[
<p>We are in the "system engineering territory" and as such it might have more to do with the way the runtime is designed and how the javascript native runtime does things than the compiler optimizations.
You have to measure syscalls, memory access, cpu cache locality and a bunch of design decisions that in the end contribute a lot to the running time. So depending on the decisions taken, it can easily happen.</p>
]]></description><pubDate>Wed, 03 Dec 2025 20:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46139684</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=46139684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46139684</guid></item><item><title><![CDATA[New comment by oscargrouch in "Open-source Zig book"]]></title><description><![CDATA[
<p>My take on this as someone that professionally coded in C, C++, Go, Rust, Python (and former darlings of the past) is that Zig gives you the sort of control that C does with enough niceties as to not break into other idioms like C++ and Rust does in terms of complexity.
Rust "breaks" on some low level stuff when you need to deal with unsafe (another idiom) or when you need to rely on proc-macros to have a component system like Bevy does. Nothing wrong with this, is just that is hard to cover all the ground. 
The same happens with C++, having to grow to adapt to cover a lot of ground it ended up with lots of features and also with some complexity burden.<p>In my experience with Zig, you have the feeling of thinking more about systems engineering using the language to help you implement that without resorting to all sort of language idioms and complexity. It feels more intuitive in way giving it tries to stay simple and get out of your way. Its a more "unsurprising" programming language in terms of what you end up getting after you code into it, in terms of understanding exactly how the code will run.<p>In terms of ecosystem, lets say you have Java lunch, C lunch and C++ lunch (established languages) in their domains. Go is eating some Java(C#, etc..) lunch and in smaller domains some C++ lunch. Rust is in the same heavy weight category as Go, but it can eat more C++ lunch than Go ever could.<p>Now Zig will be able to compete in ways that it can really be an alternative to C core values, which other programming languages failed to achieve. So it will be aimed at things C and C++ are doing now and where Go and Rust wont be good candidates.<p>If you used Rust long enough you can see that while it can cover almost all ground its not a good fit for lower level stuff or at least not without some compromises either in performance or complexity (affecting productivity). So its more in the same family as C++ in terms of what you pay for (again nothing wrong with that, is just that some complex codebases will need a good amount of man-hours effort in the same line as C++ does).<p>Don't get me wrong, Rust can be good at low level stuff too, is just that some of its choices make you as a developer pay a price for those niceties when you need to get your hands dirty in specific domains.<p>With Zig you fell more focused on the machine with less abstractions as in C but with enough goodies that can make even the most die-hard C developer think about using it (something C++ and Rust never managed to do it).<p>So i think Zig will have its place in the sun as Rust does. But I see Rust taking more the place where Java used to be (together with Go) + some things that were made in C++ where Zig will be more focused on system and low level stuff.<p>Modern C++ will still be around, but Rust and Zig will used more and more where languages like C and C++ used to be the only real contenders, which is quite good in my POV.<p>What will happen is that Rust and Zig programmers might overlap and offer tools in the same area (see Bun and Deno for instance) but the tools will excel on their own way and with time it will be more clear into which domain Rust and Zig are better at.</p>
]]></description><pubDate>Mon, 17 Nov 2025 12:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45953115</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=45953115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45953115</guid></item><item><title><![CDATA[New comment by oscargrouch in "WASM Is the New CGI"]]></title><description><![CDATA[
<p>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></p>
]]></description><pubDate>Thu, 10 Oct 2024 10:11:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41797327</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=41797327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41797327</guid></item><item><title><![CDATA[New comment by oscargrouch in "Pre-Code Hollywood"]]></title><description><![CDATA[
<p>I like your comment because it really make the root point here more evident..<p>Different strategies with different outcomes, it's hard to compare anything against the US which is an outlier, but there are some connections between tech and the cultural industry (especially movies).<p>And also as your point make more evident, of course that making the movie industry more sustainable and able to attract attention somehow is wanted. But giving there are people that like to eat more sushi than pizza, and giving the movie industry can shape itself while shaping its customers at the same time, i wonder if there's not a good way to mixing both (i mean hollywood could have been more bold in that regards instead of focusing too much in shaping its "milking cow")..<p>Anyway art is against "useful" or at least should have such a freedom that it doesn't even need to abide to useful.. Movies are a wonderful medium exactly because it's on this thin line between be art and something "useful" somehow..
making it a very sophisticated art form. (James Cameron comes to mind in mixing well both worlds, but guys like Denis Villeneuve are the ones that mix it really well in my point of view, bringing more sophistication to the table of popularity)<p>Somehow technology in general falls into those same traps. It must be sustainable, but to keep moving forward it also needs not to kill creativity. That's why i've mixed "maximizing the shareholder profit" into the equation to show how despite the fact that capital was paramount for the success of the endeavor in the first place, it can also be the source of its ruin when it makes  the endeavors to lost what made them successful in the first place because they are focusing too much in just one vector (it actually kind of works great for industrial endeavors, but its not hard to see that more sophisticated industries like software and cinema, it doesn't live to it's full potential).</p>
]]></description><pubDate>Tue, 03 May 2022 14:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=31248752</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31248752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31248752</guid></item><item><title><![CDATA[New comment by oscargrouch in "Pre-Code Hollywood"]]></title><description><![CDATA[
<p>One of the reasons films are popular is by reinforcing a pavlovian behavior, where the movie industry learn what people like to see and give them that in return in a formulaic manner.<p>It works like a self-fulfilling prophecy, so once the formula of the popular of a given period is found, movies are made repeating those patterns to attract paying costumers (movies are one of the only industries who can mold their customers to become their customers).<p>Particularly i don't think popular convey into best, sometimes i'ts not even good, its just a Pavlov dog expecting to be entertained. So answering your question if people watch movies to be entertained, yes that industry works, as the profits show. But i disagree this industry create good movies as in the form movies were meant to be.<p>I don't mind formulaic movies, i don't judge people that want to be entertained as i was one of them and i still am from time to time, but once you dig down in the the cinema rabbit hole your sense of good changes quite a lot.. its like once you learn to taste more fancy food, with a myriad of tastes and colors a macdonald's does not taste the same. Or getting back to program in C after learn to program in D :)<p>Best as in movies for entertainment purposes, yes. Best as in sophisticated movies, i dont think it's the best system. I don't know what would that be.. and i bet it probably would need to be a "capitalism 2.0" that mixed with other things, but the system is kind of broken and until we really fix this we will need to live with economical crisis from 10 to 10 years..</p>
]]></description><pubDate>Tue, 03 May 2022 00:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=31242874</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31242874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31242874</guid></item><item><title><![CDATA[New comment by oscargrouch in "Pre-Code Hollywood"]]></title><description><![CDATA[
<p>Watching pre-code hollywood you can see how the movies from the US from that era were not far away from the european movies in terms of brightness.<p>Once i knew about this i understood why most of the hollywood movies turned out into the brain damages in comparison to the european cinema.. this together with plot based movies + capitalistic objectives being considered above artistic values and originality, turned things worse.<p>The only reason some US movies have artistic values is or because the film-makers are defiant of the system, rule-breakers, managing to bend the system into their favor or the money-making machine captivated some talented foreign film-makers.. But of course giving the system keep draining and eating itself, its never enough, and there are no roots nor a organic and sustainable growth.<p>But the system works in a sort of vampiresque form, so once there are no more talent to suck, or the talents are not "selling out" anymore, all the system goes down with time..<p>I love to watch the cultural and cinema areas because there are a lot of lessons to learn from the perspective of technology, because our fields are not that much different once you see the patterns..<p>I always tough that the US capitalism need some sort of balance to not always become imbalanced because its giving too much focus on profits.<p>Technology companies that were once inventive turn into to "give more profits to the shareholder" machines and eventually lose what actually gave them the edge anyway. Apple for instance didn't learn its lesson and its repeating the same errors of the past unfortunately..<p>I know it was about "pre-code" and "what it have to do with it?" right? But i focus on this to learn about how technology can blossom and other controversial things like "what the nazis did right" (*) in terms of technology to understand more about this..<p>(*) - My current answer to this is that the nazi were there just in time to collect all the science that have been promoted since the XIX century. So basically the nazis were there to collect and use all that scientific prowess to forge their war machine (of course they were also masters at giving people meaning and big goals/dream big).</p>
]]></description><pubDate>Mon, 02 May 2022 23:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31242315</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31242315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31242315</guid></item><item><title><![CDATA[New comment by oscargrouch in "Apple Discontinues macOS Server"]]></title><description><![CDATA[
<p>FreeBSD have a lower memory footprint and their network (now together with their filesystem) make it a better server than Linux if you want a better use of your network bandwidth.<p>I love FreeBSD and would prefer to use it as my desktop instead of Linux, but for servers people should also consider FreeBSD as a great option for a better use of computational resources. (And all this even when Linux have zillions of smart people working hours and hours to optimized it which FreeBSD cannot afford to)</p>
]]></description><pubDate>Thu, 21 Apr 2022 18:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=31113427</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31113427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31113427</guid></item><item><title><![CDATA[New comment by oscargrouch in "UK Government Officials Infected with Pegasus"]]></title><description><![CDATA[
<p>Now that you are saying this.. take a look everywhere, it's all like this.. every country turned into the worst versions of themselves, but even the worst of UK its kind of not bad in my opinion, compared to other countries.<p>At least from an outside view, it's the UK now that is showing a good leadership in the current worldwide crises. While the US, France and Germany are completely lost, especially on how to deal with a "strong-man".<p>(Meanwhile nobody remembers Cameron or that guy that was a pure puppet of the US in the forced Iraq war, and they were the posh gentleman everyone was expecting)</p>
]]></description><pubDate>Tue, 19 Apr 2022 19:46:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=31088032</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31088032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31088032</guid></item><item><title><![CDATA[New comment by oscargrouch in "Rustaceans at the border"]]></title><description><![CDATA[
<p>it just took me to scroll down on this same thread to find one sample<p>> * 11 hours ago | parent | prev | next [–]
> Rust will quickly replace C in the kernel, I have no doubt about it<p>I've have seen tons of such a comment in all sort of products when the matter is discussed around here and elsewhere (twitter, reddit, you name it)<p>If you want to really get serious about this, i can feed this comment sections with tons of evidence over the course of the years.</p>
]]></description><pubDate>Fri, 15 Apr 2022 20:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=31045060</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31045060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31045060</guid></item><item><title><![CDATA[New comment by oscargrouch in "Rustaceans at the border"]]></title><description><![CDATA[
<p>> You are fighting an imaginary opponent.<p>Yes, i'm sure there's an imaginary opponent downvoting my comment.<p>Also there's a lot into my comment, and people are not even noticing it in the whole context.<p>If there's no reason, why people get so upset? just move on if you are not being mentioned, as it will clearly be the case if i'm talking about "imaginary opponents"..<p>> The one proposing it is a long-time kernel contributor.<p>I'm not saying anything about people working on it specifically, if you read my comment, there's a clear separation between serious people and the hype crowd (which is not just RIIR, but now also cryptocurrency fellows, etc).. i can't say where the people working on this fits, i don't know them. Don't know from which part of my comment you took that conclusion.<p>There are quiet, clever, serious people doing the work, like  Hoare, Matsakis and the people that are real enginners, i have all the respect for them (and im pretty sure Rust have tons of such a people). To be fair, all languages have all kinds of people but i don't know what happen to some of them that tend to attract a certain type of people more than others, like the feeling a got from Haskell community more often than others (but given the community was much smaller)..<p>For instance talking about culture, C succeeded exactly because it was a pragmatic language very simple and efficient like their founders to get things done. With this culture, things happened to be done around the language and we have the ecosystem we have today.. it's a great hacker spirit of more humble, hard-working, behind-the-cameras sort of people which i sincerely miss in the days of instagram, tick-tock and tech celebritism.</p>
]]></description><pubDate>Fri, 15 Apr 2022 19:29:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31044690</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31044690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31044690</guid></item><item><title><![CDATA[New comment by oscargrouch in "Rustaceans at the border"]]></title><description><![CDATA[
<p>Your example is quite funny and also represents how i would approach the matter of becoming a linux kernel developer.<p>Even if C is not my primary language of choice, i would definitely try adapt myself to the ecosystem and not the other way around.<p>You have all the knowledge of other peers, manual, books, all the libraries, the whole ecosystem.. this cant be replaced.<p>Also there's something else about C nowadays, is the lingua-franca, the latim (or english) of programming languages. We use it to expose api's to others in any other language that want to consume it as a library.<p>There's something about culture that people often forget in tech.. it's the real backbone of any project that it's on its own feet.. and when you want to enter in a community you will be better of if you learn and adapt yourself into this community culture instead of creating cultural clashes into the community and try to overtake it (be it hostile or not).<p>People should be aware that this effort will make it possible to create rust-based kernel drivers and that's it. the RIIR folks are delusional and hype fueled and its better if the sane Rust community get away from them or start to get them back into reality as i bet they are not willing to expend 10 or 15 years of their lives rewriting big and complex piece of software for a likely no return as people will tend to keep using the software the have more community and that are stronger.<p>It's a much better approach for Rust or any other programming language to become research darlings and eventually become the primary ecosystem of a research OS that went well and is the thing that will replace Linux. The language alone wont do it, it must be able to be a contender to UNIX and POSIX, and whatever language that is in such a system will probably be the one that will become the dominant one in such a ecosystem.<p>Also another good approach is to virtualize the Linux Api like gvisor does is userspace or the fuchsia OS(and even FreeBSD) does in the kernelspace. So that you can create your OS and kernel in the best way you can looking ahead, and have this Linux compat layer where applications dont even need to be aware they are not actually running in Linux.</p>
]]></description><pubDate>Fri, 15 Apr 2022 16:23:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=31042092</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31042092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31042092</guid></item><item><title><![CDATA[New comment by oscargrouch in "Hitler’s Teeth Confirm He Died in 1945 (2018)"]]></title><description><![CDATA[
<p>i was born in a city near a german colony in the south of Brazil where a lot of germans from the 20's, 30's and later 40's arrived (which is unusual giving german colonies in Brazil are mostly from people of the late 1800's).<p>Anyway my father swore that he saw "an old man that looked a lot like Hitler without the mustache" in the 80's in that colony.<p>And its funny because its like those stories about people that have seen alien ships, you know is very unlikely but you never stop to wonder, "what if..". Well now there's no doubt that it was just a Hitler lookalike (poor man).<p>Also, one thing that always looked of in those theories is the fact that a man with the psychology of Hitler would be able to live a very simple life with such big regrets and 
big dreams smashed, seeing how much he was hated (remember, he was a narcissist) til old age. It always seemed unlikely to me, "not like hitler", while the suicide seems much more believable.</p>
]]></description><pubDate>Thu, 14 Apr 2022 22:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=31033966</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=31033966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31033966</guid></item><item><title><![CDATA[New comment by oscargrouch in "SerenityOS Browser now passes the Acid3 test"]]></title><description><![CDATA[
<p>I think Gemini will have people following it and developing for it, but i think it could have been a little more ambitious and also took tech history a little bit more serious as to not take too much out of what is actually a improvement done on the web that could be a soft fork of the current web with a lot less things, but not as simplistic as Gemini is.<p>So i don't think Gemini is "it" yet, but at least i liked the audacity and the way of thinking, its on the right direction and actually it should be people like Tim-berners-lee that should actually be leading this, but unfortunately they are lost..</p>
]]></description><pubDate>Fri, 08 Apr 2022 18:06:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=30960514</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30960514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30960514</guid></item><item><title><![CDATA[New comment by oscargrouch in "Measurement of the W boson mass reveals 7σ deviation from calculations"]]></title><description><![CDATA[
<p>I guess its all coming down to mnemonics, aiding our memories and communicating.<p>Sure this is the "state of the art", but despite the fact that pure language notations might be even worse, i cant help to think that people thinking like the parent might find something even better.<p>Maybe something inspired by braille notation or something that is invented while trying to understand how our brain works (just speculating here) will be even more expressive.<p>I actually like seeing an adult be bothered by the fact that the same symbols that turn science more expressive are also the reason that there's a big ladder for newcomers to understand whats being expressed given its all very arbitrary (someone in 
 the XVI century choose a random greek letter to represent X).<p>Imagine how much science would improve with more "brain power" being also able to try to solve some problems given there are less arbitrarity..</p>
]]></description><pubDate>Fri, 08 Apr 2022 14:49:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=30957592</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30957592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30957592</guid></item><item><title><![CDATA[New comment by oscargrouch in "SerenityOS Browser now passes the Acid3 test"]]></title><description><![CDATA[
<p>> The point is that a lot of sites out there don't need anything more than the web tech of 2 decades ago. With more people being aware of that and using browsers like this, the Google monopoly may weaken.<p>I always thought this was a way to get out of this, that agrees with your vision. First you'll need a powerful force to take back control on defining web standards.<p>This new web standard would be a very simplistic one, making possible for two or three (or even one) people to create new browsers on top of it.<p>But this movement would need to be so strong, that it would be possible to make a dent and start to lead a new way. And this is the one of the most hardest part. People on this movement would need to be prepared to fight for at least 10 years without loosing its faith until the killer app of this movement should be able to be at a market share bigger than Safari and taking over the Firefox position.<p>This movement could use the hype akin to Rust folks to navigate the harder first years. Its a possibility but it's hard to become possible. Another thing to notice is that the Firefox position is getting weaker, but the most probable candidate to take over is the chrome-based Brave.<p>So unless a "black-swan" event happen it's hard to see a big change into this in the coming years. BTW it's even more likely that the browser standards get stronger by completely taking over the mobile applications..</p>
]]></description><pubDate>Thu, 31 Mar 2022 20:17:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=30871763</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30871763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30871763</guid></item><item><title><![CDATA[New comment by oscargrouch in "SerenityOS Browser now passes the Acid3 test"]]></title><description><![CDATA[
<p>The problem is: who's gonna use it?<p>Sure, it's good to have more options but, the deploy base of browsers like Chrome are massive and IE6 only lost its position by being careless and stop evolving (and lets not forget it took years), which is something that is not happening with Chrome.<p>Just to make clear, this is not specifically directed to you or your project, which is a great thing to do independently of the outcome. I'm saying this more as in a general perspective as we are pretty much sitted on the state-of-the-art of browser engines and its hard to see something else taking over except for a "game reset" scenario (outside of the web).</p>
]]></description><pubDate>Thu, 31 Mar 2022 13:54:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=30867192</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30867192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30867192</guid></item><item><title><![CDATA[New comment by oscargrouch in "Static torrent website with peer-to-peer queries over BitTorrent on 2M records"]]></title><description><![CDATA[
<p>I've have a answer to this same thread specifying something i'm working on, so in case you are curious, you can have more info by reading the details i gave in the other answer, and the way to solve this problem is through indirection.<p>You don't expose your data layer directly to the consumer, you expose an api that will resolve to one, two or several databases from one or many peers. The indirection allow you to define your rules and use your data layer in a way that fits your application goals in the best way possible.<p>So whats is immutable is your application, api and initial data, which you can mutate at later stages through other torrents or by consuming other api's from other peers and mutating your initial database state.<p>The problem is, the current browser is not meant for this, Javascript is not meant for bigger and complex applications (of course you can do it, but..)</p>
]]></description><pubDate>Wed, 09 Mar 2022 03:10:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=30610493</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30610493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30610493</guid></item><item><title><![CDATA[New comment by oscargrouch in "Static torrent website with peer-to-peer queries over BitTorrent on 2M records"]]></title><description><![CDATA[
<p>I've built something akin to this, but with the idea of applications distributing API`s where the databases are also torrented but working behind the api's, so that developers can build basically anything.<p>In my case i've implemented a new "browser" based on Chrome that allows this to work, without having to resort to browser-only infrastructure (for instance applications can dodge Javascript and also call RPC api's from other applications directly).<p>The applications and the applications data are distributed over torrent and managed to work together in the same environment as a flock where one app can consume its own apis and also the api's from others.<p><pre><code>    service Search {
      rpc doQuery(string query) => (array<string> result) // the access to the sqlite db from torrents is encapsulated here
    }
</code></pre>
The beauty of this design is that it can also be re-scheduled and have the same request routed to other peers<p>---</p>
]]></description><pubDate>Wed, 09 Mar 2022 02:58:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=30610436</link><dc:creator>oscargrouch</dc:creator><comments>https://news.ycombinator.com/item?id=30610436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30610436</guid></item></channel></rss>