Lixen Wraith
lixenwraith.bsky.social
Lixen Wraith
@lixenwraith.bsky.social
Engineer, Software Developer, Gamer, Human
lixen.com
Tari is a privacy-focused blockchain, designed to be fast, secure, and easy to use.

Its mining algorithm is optimized for everyday computers, preventing specialized hardware from dominating and keeping the network truly decentralized.

www.tari.com
#Tari #Crypto #Mining #Decentralization #Privacy
June 9, 2025 at 5:25 PM
Behemoth still training
April 8, 2025 at 4:34 PM
Cheers! source looks better with more nested structures. I think you're raw editing the html that's pretty cool for learning, but IDE's usually prefill some essential tags (e.g. webstorm).
You can use Lighthouse in Chrome (ctrl+shift+I) to get some insights on your page and what needs improving.
December 3, 2024 at 4:20 AM
I've done most of my frontend with pure html+css+js. I'm building a component-based website builder to make automation and changes easier. You can check out my site lixen.com
December 3, 2024 at 4:11 AM
Nice stack. I used python for data analytics a lot before, but recently I'm mostly using Go (and some web front-end when pretty presentation is needed).
December 3, 2024 at 1:27 AM
Looks good, incorporate grids early on and it'll look pro. Considering your Go experience, check out html/template package.
I suggest putting all the text inside tags (usually <p>) for proper styling.
The page is missing doctype and header that may cause compatibility issues with some browsers.
December 3, 2024 at 1:18 AM