Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings
View Kjubikstronk's full-sized avatar
😁
😁

Block or report Kjubikstronk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kjubikstronk/README.md

Miodrag Obradovic

Informatics at HTL Wien West and FH Technikum Wien, in Vienna.

What I'm building

raspisentry β€” a Raspberry Pi that turns its camera to follow your face and emails you the frame when it sees one. OpenCV for detection, a Pan-Tilt HAT for the servos, split across two processes: one on the Pi owning the camera and the motors, one serving the dashboard from anywhere on the network.

downforce β€” the F1 championship as a descent, where scroll distance between teams is the points gap, to scale. A 111-point deficit is a long fall through the dark. A one-point deficit is two pixels.

dateideas β€” a private date planner for two. GitHub Pages serves everything publicly, so the site is deliberately an empty shell; the data lives behind Firestore rules keyed to two UIDs.

press-it, swift-archive, nct-127 β€” auto-updating music archives on a shared static build. Discography, videos and news refresh on a schedule, so the sites stay current without anyone touching them.

SALURO β€” anonymous payments prototype for school use: Spring Boot and a JS front end behind Docker Compose. My diploma project, so the repo stays private.

Open source

Merged fixes, mostly found by reading the lists of known-broken tests that projects check into their own repos and working out why each one is broken.

prettier β€” the code formatter

  • #19893 β€” assigned = (a = c /* comment */) moved the comment every time you formatted it, so the file never settled. The fix needed the ancestor chain that the comment attacher already built and then threw away.
  • #19894 β€” the same instability in sequence expressions. Babel starts a SequenceExpression at the parentheses of its first element, so dropping redundant parens moved the node's start past the comment.
  • #19880 β€” range formatting reached past the node you selected
  • #19849 β€” escaped characters in markdown links
  • #19878 β€” blockquote markers leaking into setext headings

jsdom β€” the DOM implementation a lot of JS testing runs on

  • #4245 β€” attributes kept pointing at their old document after being moved. Fixed by implementing the steps the DOM spec actually gives for "append an attribute" and "replace an attribute", which jsdom was missing.
  • #4246 β€” getElementsByTagName kept lowercasing after its root moved to an XML document, because the memoised collection outlived the document type it was built for

astro β€” the web framework

  • #17742 β€” a trailing slash disappeared when an injected .html was stripped, breaking routes

Open PRs at happy-dom, vite, axios, marked and storybook.

Pinned Loading

  1. dateideas dateideas Public

    A private date planner for two β€” a shared calendar and map where every pin knows which day you're going there.

    TypeScript

  2. downforce downforce Public

    The F1 championship as a descent β€” scroll distance between teams is the points gap, to scale.

    HTML

  3. raspisentry raspisentry Public

    Face tracking and alerts on a Raspberry Pi with a pan-tilt camera

    HTML

  4. swift-archive swift-archive Public

    An auto-updating Taylor Swift archive, organised by era β€” discography, videos and news keep themselves current.

    JavaScript

Morty Proxy This is a proxified and sanitized view of the page, visit original site.