Stats

5
Projects
13
Devlogs
43
Votes
3
Ships

Coding Time

All Time: 67h 2m
Today: 0h 0m

Member Since

June 17, 2025

Badges

2
🎨
Graphic Design is My Passion
Oh God How Did This Get Here I Am Not Good With Computer
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

5
🚀
0 devlogs 21 days ago
Stock Forecast
2 devlogs about 1 month ago
🚀
1 devlog about 2 months ago
KorT

KorT

Shipped
4 devlogs about 2 months ago
General Relativity Simulator
6 devlogs about 2 months ago

Activity

Calculation performed on Integrated GPU with GL
-> almost full fps!

Update attachment
World
World worked on KorT
3h 25m 1 day ago

Fix web leaderboard search crash on empty results
- Add empty list checks before accessing updated_data[0] in search/sort
- Prevent IndexError when no models match search term
- Handle case when leaderboard has no data gracefully

Update attachment

Introduction of GPU-accelerated calculations based on go-gl!

Update attachment
World
World created a project
20d ago

Fake News Detector

Detect Text Generated by AI

0 devlogs 0 followers
World
World worked on KorT
37m 28 days ago

I'm excited to say that I'll be presenting a session at PyCon KR 2025!

Update attachment

Financial time series forecasting with AI

First method
→ Classification model: XGBoost (for Baseline), Transformer
Get stock data with pykrx, news with gnews
Sentiment analysis for the news with ‘tabularisai/multilingual-sentiment-analysis’
And add technical features with ‘ta’
Using class_weights in CrossEntropyLoss to unbalance classes

XGBoost: 43.5%, Transformer: 41.7%
⇒ Class Imbalance problem?

Trials (but all failed):
- Data Augmentation (Noise or SMOTE)
- Changing Threshold of Classification
- More technical features or less technical features
- Change model architecture from Transformer to LSTM
- Use FocalLoss Instead of CrossEntropyLoss
- Add EarlyStopping method to prevent Over-Fitting
- Increase dropout value
- Chaning LR
- Gradient Clipping

Okay. I feel like I'm missing something.
Turn a classification problem into a regression problem
→ RMSE: 0.0212

Impressive…. It’s even worse. Okay, regression is much harder than classification.
Roll back into classification

Add macroeconomic scale data using Fred
- KOSPI
- KRW/USD Exchange Rate
- 10-Year Treasury Constant Maturity Rate
⇒ Still low perf…

WHY??????

Update attachment
World
World created a project
35d ago

Stock Forecast

Try to forecast stock price with lots of data

Stock Forecast
2 devlogs 0 followers Shipped

Compute the FFT on the CPU to simulate the gravitational field.
This is a very computationally intensive operation, and needs to be moved to the GPU.
However, the implementation of FFT on GPU is taking longer than expected because it is much harder than calculating Newtonian N-body gravity.

Update attachment

Decided to change from 3D to 2D (space) + 1D (gravity field) rendering to increase computational efficiency.

Update attachment
World
World worked on KorT
2h 31m about 2 months ago

No more complains from linter, formatter!!

Update attachment

Trying to use online-judge server

Update attachment
World
World created a project
54d ago

Competitive Programming Learning

This app makes it easy to learn algorithms through competitive programming like Duolingo.

1 devlog 0 followers
World
World created a project
54d ago

KorT

Korean Translation Benchmark LeaderBoard, LLM-as-a-judge

KorT
4 devlogs 0 followers Shipped

FULL FPS with 100k bodies in GPU (OpenGL)
more optimization!!!

Update attachment

Barnes-Hut Simulation
~10 FPS with 100k bodies in CPU
more optimization needed!!

Update attachment
World
World created a project
57d ago

General Relativity Simulator

A simple simulator designed to visualize the principles of general relativity, written in Go.

General Relativity Simulator
6 devlogs 0 followers Shipped
World
World joined Summer of Making
57d ago

This was widely regarded as a great move by everyone.