HN user

cpill

135 karma
Posts0
Comments193
View on HN
No posts found.

I did some research on this about 10 years ago. I spent 2 days hand labelling data from scraped news sites. Then built a good old fashioned Random Forest model to classify html nodes based on some feature engineering. turns out the P tag and the number-of-words threshold get you 90% of the way there, on news sites anyway. Great thing about RF models is they tell you which features are the most important. fun little project (apart from the 2 days of data labelling).

considering the amount of money they are making on Minecraft there is almost no forward momentum with the game. the tech is so dated that you have to go to mods to get basic performance improvements. Stuff like shaders and improving the render distance. more intelligent mobs.

The content updates are the laziest I've ever seen in a game, usually just re-skinned versions of other mobs.

really, it's illegal in Sweden to even think about lighting a fire under someone's ass. everyone's too comfortable to innovate. it's sad for a game with such potential. I'm waiting for someone to come and knock it off the voxel throne...

I think once the hardware process comes down and these mini DGXs become cheaper, and by then open models still be smaller and better, there is going to be less and less reason to use the providers. CEOs are already complaining that they are costing too much. There are also large organisations like Banks which can't use external services and are already looking at internal housing. it's a good thing so the big AI companies just went IPO as once the self hosting trend kicks in they are going bust.

I guess with crime you have both going on. the majority is crime born from economic circumstances, but there are a small percentage which are just crazy mf

To my students 3 months ago

yeah, but everyone can use the coding agents, not everyone can choose well. the rarer the skill the more you get paid for it. also, the better you code the better the results you get from the agent

yeah, but they don't support a lot of the features Claude does like MCP integration. we've booked this up to logfire (telemetry provider) and it's a game changer when doing optimisation or diagnosis of bugs. plugins and skills also missing. but it is nice to switch between provider easily

ChatGPT Images 2.0 3 months ago

these are unfair comparisons. it's not just a single laptop running all day it's all the graphic designer laptops that get replaced. it's not a single container of painting supplies it's all off them, (which are toxic by the way).

so if power were plentiful and environmental you'd be onboard with it?

Neovim 0.12.0 4 months ago

Word Bro! Regex is so simple to read and easy to get right... and its like if Immanuel Kant wrote find and replace, yeah, learn a new language to do a single function... yEAH! 98% Bro! I'd marry Regex if I could (but if we got divorced it would be my exregex [which is almost a palindrome!] Bro!)

I guess if I'd done all that work on lobster and then bipolar built a ray traced voxel engine on top of that, end game would be to licence the engine. You have something here that the other game engines don't have, and something Minecraft is not likely to have (they are pretty stagnant development wise). This is easily 100 times better than Roblox. If you focus on making the world building tools easy to use and modding/game design you could easily be the next big thing. Don't get too bogged down in game design other than to use it as a proof of concept to help you understand what game designers will need.

Come on man, the usual reason: $$$

Its is Micro$oft after all :P

The reason we're getting this AI gumbo is that obviously the product people at M$ we're told: "Make money by selling AI features!!!". Which flipped their minds from their usual "I am Steve Jobs" fantasies, which tell them to _consider the User experience first_, to _Consider the companie$ experience first_, and they can't keep the two concepts in their little heads at the same time because they are, after all, just product people.

claims that “Hollywood was over”. As shown in the past these are often code words for ‘Jews must go’ because they never talk about any other country’s film industry like that.

What is going on with this guy!? What has that to do with video models???

They say "Hollywood" because it is the biggest movie producer in the Western world. If they were Chinese, in China, they probably would say "Hengdian World Studios is over".

Also, I thought the reason Marlon Brando and Mel Gibson were ostracize from Hollywood was _because_ they said "Hollywood was run by Jews" (and presumably that's racist because it isn't?) but now it is? But why persecute Marlo and Mel then? Which is it? I'm confused...

A simple web we own 5 months ago

The missing piece is still discovery.

If P2P file sharing network can do distributed search, surely it wouldn't be so hard for self hosting? Could make a web server plugin to do it?

Would be nice to have a search engine/network that de-priorities pages with ads on them. Might be a Google killer ;)

A simple web we own 5 months ago

I wonder how hard a distributed search algorithm would be to build into a web server? I guess it would be open to bad actors, but there would also be a way to stop that, distributed moderation?

I made a content management system (CMS) for some friends years ago which was very easy to use. It's main paradigm was: 1 folder = 1 page. This was very easy for anyone to manage. Files in the folder were rendered in sort order so you could have an image followed by some markdown etc Was so easy to use I never got anyone (mostly non-technical artists) asking how to change something on their site. Most ppl understand how to organise their content as files and folders. It is the easiest UI I've ever seen for a CMS i.e. no UI :P Was going to expand it to read files from a Dropbox folder so they didn't even need FTP but life... It was in PHP, which at the time, all ISPs supported. Setup was: copy code, change files/folders in `/content` dir and your away.