Hacker Newsnew | past | comments | ask | show | jobs | submit | more utf_8x's commentslogin

Considering the relatively limited context window even on the latest models, the output would likely be incoherent mess. Sure, you could make the LLM go through the code in easily digestible chunks (file by file) but to get any groundbreaking optimization, it would need to have the context of the entire project to properly understand the architecture. (IMO that is, I'm not an expert)


If you want a more... ergonomic language, you can also use the new "run file directly" functionality in .NET 10. It supports shebangs directly and it will even install packages referenced in the script!

  #!/usr/bin/env dotnet run
  #:package Newtonsoft.Json@13.0.3
  
  using Newtonsoft.Json;
  
  Console.WriteLine(
    JsonConvert.SerializeObject(new { Hello = "world" })
  );
Even better, with the #:sdk directive, you can even serve a tiny web app directly from your "fancy shell script"...

  #!/usr/bin/env dotnet run
  #:sdk Microsoft.NET.Sdk.Web
  
  WebApplication
    .Create()
    .MapGet("/", () => "Hello from a shell script!")
    .Run();


I wrote my first one of these today (making a tool for agents in a c# codebase). Pretty good experience, though AOT does still have some rough edges.


Can we just give up on HDMI and start putting DisplayPort on TVs already?


Yarr


Surely the FTC will take issue with Netflix acquiring HBO Max?


Almost definitely not this FTC. And I'm not sure the FTC would in general considering there is a plethora of mainstream streaming providers outside of just Netflix and HBO Max.

Apple, Amazon, Google, Disney all have their hands in that bag. Not to mention all the old cable providers are practically streaming services now too. I don't even use my spectrum cable box, I use the Roku app to watch live TV and access all their on demand library


Until Netflix pays Trump personally $15M like Paramount did


A functioning FTC sure would.

Too bad business hated Lina Khan's basic anti-trust enforcement so much they decided to throw in with fascism.


I've been working on a factory sim game for some time now and I'm finally getting to a stage where I might be comfortable enough showing it off soon and maybe even try my luck with some sort of crowdfunding.


Where do I sign up ?


I duct-taped together a quick website[1], you can sign up for the mailing list or the discord if you're interested... Or just check up on the website in couple of weeks.

[1] https://keropunkgame.com/


The "follow KeroPunk" part renders a bit wonky on mobile (you have to scroll inside the pane) but ... I signed up. :D

If you uh... need any early testers, LMK.


Thanks :) I'll definitely be sending out an update soon... And yeah, I haven't really mobile optimized the site yet.


My country's national postal system still uses an IBM mainframe based system from the 80s. The clients these days are desktops with Linux Mint and a terminal emulator but it's still very much TUI based.


Is there any non-tabloid source for any of this?


I guess this is as close to the dragons mouth as it gets: https://www.fact-uk.org.uk/latest-crackdown-on-illegal-iptv-...

I think the previous events/arrests/sentences they're referring to are all related to people selling "dodgy Fire sticks" or whatever they call it.


Interesting, I thought the next in line was Craig Federighi


The Linux "brand" is trademarked by Linus Torvalds, presumably to stop things like "Microsoft® Linux®" from happening...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: