This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, September 28, 2023

New best story on Hacker News: Raspberry Pi 5

Raspberry Pi 5
539 by chabes | 345 comments on Hacker News.


Wednesday, September 27, 2023

New best story on Hacker News: Mistral 7B

Mistral 7B
524 by jasondavies | 342 comments on Hacker News.


New best story on Hacker News: Who lusts for certainty lusts for lies

Who lusts for certainty lusts for lies
461 by hprotagonist | 162 comments on Hacker News.


New best story on Hacker News: Show HN: Unity like game editor running in pure WASM

Show HN: Unity like game editor running in pure WASM
511 by TrevorSundberg | 114 comments on Hacker News.
In the wake of all the Unity nonsense, just wanted to toss the Raverie engine into this mix :) We’re building off a previous engine that we worked on for DigiPen Institute of Technology called the Zero Engine with a similar component based design architecture to Unity. Our engine had a unique feature called Spaces: separate worlds/levels that you can instantiate and run at the same time, which became super useful for creating UI overlays using only game objects, running multiple simulations, etc. The lighting and rendering engine is scriptable, and the default deferred rendering implementation is based on the Unreal physically based rendering (PBR) approach. The physics engine was built from the ground up to handle both 2D and 3D physics together. The scripting language was also built in house to be a type safe language that binds to C++ objects and facilitates auto-complete (try it in editor!) This particular fork by Raverie builds both the engine and editor to WebAssembly using only clang without Emscripten. We love Emscripten and in fact borrowed a tiny bit of exception code that we’d love to see up-streamed into LLVM, however we wanted to create a pure WASM binary without Emscripten bindings. We also love WASI too though we already had our own in memory virtual file system, hence we don’t use the WASI imports. All WASM imports and exports needed to run the engine are defined here: https://ift.tt/MINoFdY... The abstraction means that in the future, porting to other platforms that can support a WASM runtime should be trivial. It’s our dream to be able to export a build of your game to any platform, all from inside the browser. Our near term road-map includes getting the sound engine integrated with WebAudio, getting the script debugger working (currently freezes), porting our networking engine to WebRTC and WebSockets, and getting saving/loading from a database instead of browser local storage. Our end goal is to use this engine to create an online Flash-like hub for games that people can share and remix, akin to Scratch or Tinkercad. https://ift.tt/7jZzCkX

Tuesday, September 26, 2023

New best story on Hacker News: macOS Containers v0.0.1

macOS Containers v0.0.1
458 by CiTyBear | 296 comments on Hacker News.


Monday, September 25, 2023

New best story on Hacker News: Ian's Shoelace Site

Ian's Shoelace Site
428 by mhb | 53 comments on Hacker News.


New best story on Hacker News: Unity's oldest community announces dissolution

New best story on Hacker News: Bitwarden: Free, open-source password manager

New best story on Hacker News: There's a new map style on OpenStreetMap.org

New best story on Hacker News: A hacker's guide to language models [video]

A hacker's guide to language models [video]
417 by rrampage | 27 comments on Hacker News.


Sunday, September 24, 2023

New best story on Hacker News: The Frustration Loop

The Frustration Loop
469 by zdw | 140 comments on Hacker News.


Saturday, September 23, 2023

New best story on Hacker News: My solopreneur story

My solopreneur story
520 by alexzeitler | 325 comments on Hacker News.


Friday, September 22, 2023

New best story on Hacker News: Show HN: Paisa – Open-Source Personal Finance Manager

Show HN: Paisa – Open-Source Personal Finance Manager
464 by ananthakumaran | 197 comments on Hacker News.
I have been using plaintext accounting for some time and had a duct-taped together reporting system. Paisa is my latest attempt at making it usable for others. I am interested in knowing what people normally want to understand about their finances PS: Please avoid editing the demo data. Download and run locally if you want to edit.