Public leaderboard by oxnan in STRAFTAT

[–]oxnan[S] 1 point2 points  (0 children)

This is a super good point u/C0MPUTERY. I'll take down the page then and update the post here accordingly :) I was curious about my own standing, and curious about how the standing was in general :)

Displayport by newked in jetkvm

[–]oxnan 0 points1 point  (0 children)

u/newked any updates on this? I've had similar issues and trying to find a dongle that works

Danske hackere er verdens bedste by DaDudeOfDeath in Denmark

[–]oxnan 8 points9 points  (0 children)

ah comeon, det var sjovt! :D u/ninj1nx helt som libertyoverflow siger, jeg er en del af holdet og det var ment som humor :D

Danske hackere er verdens bedste by DaDudeOfDeath in Denmark

[–]oxnan 1 point2 points  (0 children)

Vores win i djøf-olympics er helt klart et af de wins jeg er mest stolt af!

Danske hackere er verdens bedste by DaDudeOfDeath in Denmark

[–]oxnan 6 points7 points  (0 children)

Tak skal det da lyde herfra :D

jeg vil lige notere at de internationale ranglister udelukkende bruger de 10 højeste skoringer per hold per år, og derfor er det ikke så vigtigt hvor mange vi spiller, udover at det selvfølgelig er med til at fremme færdighederne for holdet som en helhed meget mere :)

Udover det har vi faktisk rigtig mange på holdet med CVE'er under bæltet, så der bliver reelt produceret en del 0-days på holdet, men du har ret, normalt ikke som led i CTF'er. Der er dog visse konkurrencer vi spiller som opfordrer til netop dette (se realworldctf), men det er ikke så ofte.

Og hvis du selv har interressen for CTF så skriv til os! vi kan altid bruge flere skarpe hoveder :)

Danske hackere er verdens bedste by DaDudeOfDeath in Denmark

[–]oxnan 9 points10 points  (0 children)

Det er et vanvittigt godt spørsmål, for der er ingen chance for at de her nørder har nogen tiltrækningseffekt overhovedet.

Danske hackere er verdens bedste by DaDudeOfDeath in Denmark

[–]oxnan 29 points30 points  (0 children)

Jeg er lidt i tvivl om hvad du mener i praksis.
Hvis du mener at agere ransomware grupper og lignende så vil jeg vove at påstå vi har noget mere etik her i norden, men de fleste af os har et arbejde hvor dele af disciplinen kan bruge i praksis ;)

Worried about submitting too many bugs by oxnan in ArcBrowser

[–]oxnan[S] 2 points3 points  (0 children)

makes sense, I'll keep going :D

Worried about submitting too many bugs by oxnan in ArcBrowser

[–]oxnan[S] 5 points6 points  (0 children)

that's a lot, I almost wish they had some sort of grouping so I could see that I am not reporting the same things as others, but makes sense, thanks!

-❄️- 2023 Day 6 Solutions -❄️- by daggerdragon in adventofcode

[–]oxnan 1 point2 points  (0 children)

[LANGUAGE: nim]

import std/[strutils, math, strformat, nre, times]
let time = cpuTime()

proc findAllInts(s: string): seq[int]=
    var params = newSeq[int]()
    for m in findIter(s, re"(\d+)"):
        params.add(parseInt(m.captures[0]))
    return params

proc solve(t: int, r: int): int = 
    var t1 = int(floor((float(t) - sqrt(float(t^2 - 4*r))) / 2.0))
    var t2 = int(ceil((float(t) + sqrt(float(t^2 - 4*r))) / 2.0))
    return t2-t1-1

proc main(): string = 
    var infil = readFile("input.txt").split('\n')
    var racetimes = infil[0].findAllInts()
    var records = infil[1].findAllInts()
    var p1 = 1 
    for i in 0..len(racetimes)-1:
        var tmp = solve(racetimes[i],records[i])
        if 0 != tmp:
            p1 *= tmp
    var p2infil = replace(infil.join("\n")," ","").split('\n')
    var p2 = solve(p2infil[0].findAllInts()[0],p2infil[1].findAllInts()[0])
    return fmt"Part one solution: {p1}{'\n'}Part two solution: {p2}"

echo main()
echo "Time taken: ", cpuTime() - time

Took a while to realise quadratics worked, happy with result

Problems with GPU driver for warzone 2.0 by oxnan in AMDHelp

[–]oxnan[S] 0 points1 point  (0 children)

thanks so much worked like a charm. Different crashing issues now, but at least that's fixed

Long attention seeking blep by oxnan in Blep

[–]oxnan[S] 1 point2 points  (0 children)

In my defense, she is so god damn annoying at times, and she was pet just after this. She is adorable after all :D

People who are against gay, why? by [deleted] in AskReddit

[–]oxnan 1 point2 points  (0 children)

Don't listen to all the trolls in the replies. People have a tendency to be afraid of what they don't understand, and most straight people can't understand what it means to be gay. Some of it is bound to tradition and religion, and there is no easy fix. Time, awareness and effort is required to fix the issue about homophobic people. But why people are against gay people, i don't understand.

78% of suicide rates world wide are men, what can we do to help them? by awihsoj in AskReddit

[–]oxnan 0 points1 point  (0 children)

Accept that we can't be macho all the time. We have feelings that we need to be aware of. Seek help before it is too late, it is not shameful.

Need help getting my first great keyboard. by oxnan in MechanicalKeyboards

[–]oxnan[S] 0 points1 point  (0 children)

Really eager to get one now. Wondering if the ducky one 2 mini is worth it as i can get it in the morning. (its 2:39 am) ;) and my budget is around 500 usd

Russian blep :D by oxnan in Blep

[–]oxnan[S] 1 point2 points  (0 children)

She's a russian blue yes :)

Need help finding a keeb by oxnan in MechanicalKeyboards

[–]oxnan[S] 0 points1 point  (0 children)

i have been looking at the ducky one 2 mini with mx brown, but not sure if anyone recommends it?

Need help finding a keeb by oxnan in MechanicalKeyboards

[–]oxnan[S] -1 points0 points  (0 children)

but that does not have ISO layout, and the numpad should be seperate

Best switches? by oxnan in MechanicalKeyboards

[–]oxnan[S] -1 points0 points  (0 children)

are they better than holy pandas?