Stats

3
Projects
10
Devlogs
6
Votes
1
Ships

Coding Time

All Time: 173h 9m
Today: 0h 4m

Member Since

June 17, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

3
🚀
0 devlogs • 3 months ago
Minecraft OneBlock plugin
6 devlogs • 3 months ago
cijene.org

cijene.org

Shipped
4 devlogs • 3 months ago

Activity

Earned sticker
Darac
Darac worked on cijene.org
8h 15m • 5 days ago

I guess everything that's left to do is manually enter products by their EAN codes

Update attachment
Darac
Darac worked on cijene.org
2h 14m • 11 days ago

Added store info (address, city and a link to google maps) in a dropdown in the prices list table. Unfortunately it was not really easy to make only one dropdown at the same time (so opening a new one closes the previous one) and avoid choppy animations, it always looked bad and not consistent on different browsers.

Update attachment
Earned sticker

A neat trick: letting map builders create the map on one server, then when it's ready, zip it up and unpack it into a fresh new folder every time the server is launched. This way, we have consistent restore just in case someone manages to break the map, and builders do not have to worry either because they work on the map on a completely separate server

Update attachment
Darac
Darac worked on cijene.org
26h 48m • 18 days ago

Added the ability to filter stores based on selected location and distance

Update attachment
Darac
Darac worked on cijene.org
40h 16m • 26 days ago

Finally managed to center elements while handling both cases if a scrollbar is visible or not, without exaggerating css transforms.

A neat trick for CSS: calc(100% - 100vw) on a full-width element equals the width of scrollbar, or zero if scrollbar is not visible

Also, docker works much better than systemd :)

Random image because I can't really showcase it better

Update attachment

Storing partially completed quests is so tricky

Update attachment

Implemented per-island challenges. Hope no bugs will come out of this

Update attachment

Implemented tracking block collections
Also learned that WorldGuard is not ideal for managing co-op mates permissions :(
The image shows how the island is saved inside MongoDB for now. It's important to keep it under 16 MiB, the BSON document limit

Update attachment
Darac
Darac created a project
96d ago

Symbolic Python Decompiler

My completely different approach to decompiling Python code :) (CPython 3.9 for now)

0 devlogs 0 followers

Implemented the generating block and a protection system using WorldGuard regions. In the video the other player is a visitor and not a member of this island and he cannot pick items up from the ground. Today was easy and I'm satisfied with the progress so far :)

Finally done messing with concurrency and CompletableFutures to implement a safe island saving and loading system. It survived massive spam calling (stress testing). Thanks to FastAsyncWorldEdit for supporting asynchronous world operations like it's nothing!

Update attachment
Darac
Darac created a project
101d ago

Minecraft OneBlock plugin

A Minecraft plugin, for Paper servers, that implements the famous OneBlock minigame Not open source until I make it functional with basic gameplay mechanics

Minecraft OneBlock plugin
6 devlogs 0 followers
Darac
Darac created a project
101d ago

cijene.org

A website for listing and comparing prices published by Croatian stores, as required by local law since 15th May 2025. cijene = 'prices' in Croatian Note: you may want to translate the page to your language in your browser since it's all in Croatian

cijene.org
4 devlogs 0 followers Shipped
Darac
Darac joined Summer of Making
102d ago

This was widely regarded as a great move by everyone.