#💽Programming Chat v2

1 messages · Page 91 of 1

timid quartz
#

congrattation

spare quartz
#

its been a while

#

anyways

#

why not bun

timid quartz
#

mmm it may have ironed out the issues it had the last time I used it

#

But it’s still fairly experimental and it’s also built atop an experimental lang

spare quartz
#

marowmoarmoemrowe

#

rmwoeromweomrowemrwmerwe

#

rwoemrwmoeromweomrwe

rustic vine
#

who needs speed

#

when u can just throw more compute at it

timid quartz
#

but nah I hate TS

#

you think RUST types are bad

spare quartz
#

doom on ts types

rustic vine
#

doom on ts types

timid quartz
#

doom on ts types

#

@spare quartz oooh I know you should go make something with compose

spare quartz
#

i dont want to make anything with compose ever

#

i find it the same as rust

timid quartz
#

what if you get to the military and your SGM makes you only use compose

#

Well ok realistically a SGM would probably be so old they’d make you use COBOL

spare quartz
#

acceptable

timid quartz
# spare quartz acceptable
IDENTIFICATION DIVISION.
PROGRAM-ID. SQUARE-NUMBER.
AUTHOR. CLAUDE.

   ENVIRONMENT DIVISION.
   
   DATA DIVISION.
   WORKING-STORAGE SECTION.
   01 INPUT-NUMBER    PIC 9(5) VALUE ZEROS.
   01 RESULT-NUMBER   PIC 9(10) VALUE ZEROS.
   01 DISPLAY-RESULT  PIC Z(9)9.
   
   PROCEDURE DIVISION.
   MAIN-PROGRAM.
       DISPLAY "Enter a number (up to 5 digits): " WITH NO ADVANCING.
       ACCEPT INPUT-NUMBER.
       
       COMPUTE RESULT-NUMBER = INPUT-NUMBER * INPUT-NUMBER.
       
       MOVE RESULT-NUMBER TO DISPLAY-RESULT.
       
       DISPLAY "The square of " INPUT-NUMBER " is " DISPLAY-RESULT.
       
       STOP RUN.
#

gross

timid quartz
spare quartz
#

too young

#

they'd probably want someone whos 50

timid quartz
#
#!/usr/bin/perl
use strict;
use warnings;

print “Enter a number: “;
my $input_number = <STDIN>;
chomp $input_number;

# Validate input is numeric

if ($input_number !~ /^-?\d+.?\d*$/) {
die “Error: Please enter a valid number.\n”;
}

my $result = $input_number * $input_number;

print “The square of $input_number is $result\n”;
rustic vine
#

LOL

spare quartz
#

need codev to push...

#

cant work without his changes...

timid quartz
#

This is your sign to do something else

spare quartz
#

but the alternative is kill death murder

#

(x86 unit testing)

#

i dont wanna become an intel/amd engineer.....

#

エックスを右で書く人は絶縁です
そっちはギリシャ文字のカイだよ!💢

timid quartz
spare quartz
#

thats a good idea

#

and i would unironically listen to that

#

hoooooowever

lone sky
spare quartz
#

SKYNET

#

JUST A WEEK AWAY

timid quartz
spare quartz
#

でも...コトリン

timid quartz
spare quartz
lone sky
spare quartz
flint belfry
spare quartz
timid quartz
spare quartz
#

no

timid quartz
#

lame

spare quartz
#

hmm

timid quartz
#

ooh ooh ooh atp

#

go code a uh

#

video viewer

spare quartz
#

i should really study the wireshark file format

spare quartz
#

after x86 and jpg crap

timid quartz
#

do it nowwwwwwwwwwwwwww

spare quartz
#

no

timid quartz
#

nowwwwwwwwwwwwwwwwwwwwwwwwwwwwww

spare quartz
#

mp4 is insanely hard

#

well

timid quartz
#

womp WOMP

spare quartz
#

no its not, we already have ISOBMFF

#

but H.264 is very hard

timid quartz
#

womp WOMP

spare quartz
#

shut up

timid quartz
#

also use carpool nowwwwwwww

spare quartz
#

ccccccant

timid quartz
#

y not

spare quartz
#

because i cant

timid quartz
#

if u cant then im claiming it for xyz.aerasto

#

instead of org.beg

spare quartz
#

do it

#

doooooo it

#

!!

timid quartz
#

maybe I will.

#

hhhhhh

#

nothing to code...

#

nothing at all...

spare quartz
#

code jvm

timid quartz
#

mm yeah that's on the list

#

jvm in rust ❤️

#

or maybe even jvm in zig idk

spare quartz
#

incompetech

lone sky
timid quartz
spare quartz
#

the jvm written for rust is a toy

lone sky
#

shitty laugh track SFX

spare quartz
#

its not actually good

timid quartz
lone sky
#

make something new.

timid quartz
#

kys

#

atp makes nothing new at all

spare quartz
#

instead of the monotonous monolithic kernel

#

🤮

lone sky
timid quartz
#

oxykernel: kernel design entirely based on rust

lone sky
#

excellent

spare quartz
#

thats not how designs work

lone sky
#

go work

#

now

spare quartz
#

stupid rustlet

timid quartz
spare quartz
#

there is infinite ways to design/implement them

lone sky
# lone sky now

and as a bonus challenge you must use qemu and compile with llvm

timid quartz
spare quartz
timid quartz
#

....I mean maybe

spare quartz
#

its a computer program

#

do whatever

timid quartz
#

what about a kernel designed solely to hunt you down and force you to use rust

lone sky
spare quartz
#

how all kernels in rust are already made

lone sky
#

that isn't qemu

spare quartz
#

qemu isnt bad

timid quartz
#

yknow I never did finish the ada exe parser

spare quartz
#

use the BSL x86 virtualizer to design your os

lone sky
spare quartz
#

thats an actual challenge

timid quartz
#

maybe not cause the lang sucks

spare quartz
#

sigh..

#

atomic cable networking operations..

#

how to do this...

timid quartz
#

binary semaphore

spare quartz
#

thats not a real word

timid quartz
#

goog it

#

rn

spare quartz
#

no

#

because i can tell its irrelevant immediately

timid quartz
#

how so...

spare quartz
#

because by "atomic" i just mean "done in one operation"

#

a cable needs to find its network on initialization

#

the naive method is to check all 6 blocks around it

#

therefore, not atomic

timid quartz
#

just make it uninterruptable until it's done checking

#

smh...

spare quartz
#

thats horrible

#

"delay the entire world until its done loading"

timid quartz
#

jvm-core

spare quartz
#

no

timid quartz
#

"delay the entire world until we're done GCing"

spare quartz
#

i want to hit you with a mallet

timid quartz
#

I WILL hit you with a mallet

spare quartz
lone sky
#

FUCKING BABOON???

spare quartz
#

i dont think this person has done enough research on japanese people

lone sky
#

OKAY AUTOCORRECT

spare quartz
#

we can conclude they are

  • freaky
  • isolationist
  • WEIRD
#

but they can draw pretty well so 2 nukes did fine

spare quartz
#

true

lone sky
#

@timid quartz airbag drag grenade??

#

FRAG*

timid quartz
spare quartz
lone sky
timid quartz
#

??

#

@spare quartz haha it's pouring rn

#

:3

spare quartz
# timid quartz <@516049910622191626> haha it's pouring rn

ハッピーバレンタイン!!!!(フライング)
ばやちゃおと一緒に大好きなバレンタインソングを歌って描きました!コラボありがとう~~!!

ばやちゃお
https://twitter.com/BAYACHAO
https://www.youtube.com/c/BAYACHAO

きゐ
https://twitter.com/kiro247
https://www.youtube.com/channel/UCmSU...

▶ Play video
timid quartz
#

and thundering :3333

timid quartz
spare quartz
#

im busy coding what do you want

timid quartz
#

oops

#

@spare quartz ngl I gotta say that stray dog can sing a little better than bayachao...

timid quartz
spare quartz
#

who tf is drewsif

timid quartz
#

idk but the song is 🔥

spare quartz
lone sky
#

this would be fun

lone sky
flint belfry
#

ok but like a level designer deltarune would be cool

#

some sort of like

#

mmo (is that the correct term)

#

at best it would prevent another fucking downwards spiral of insanity cough cough pre 3-4 fandom

spare quartz
#

nerd

flint belfry
#

did toby actually confirm that

spare quartz
#

ys

flint belfry
#

thank god

timid quartz
#

(I have not finished ch 4)

flint belfry
#

i havent even started it

#

i need to fight the boss of ch3 still

timid quartz
#

actually I should ask…which boss

flint belfry
#

uhh

#

||roaring knight tenna was easy af roaring however uncannycat ||

#

i also need to do some misc stuff like the gumball machine

#

i think it gives unlimited revivemints??

timid quartz
flint belfry
#

yes

#

im not a lunatic

lone sky
#

@timid quartz @spare quartz GET IT AWAY

steady seal
#

always run game:GetService("Players"):ResetLocalPlayer() for maximum fun

#

oh if it doesn't crash it just breaks the player module

#

holy broken engine

lone sky
#

and not just on studio

steady seal
#

Sadly not, lacks LocalUser permission

#

which is odd

timid quartz
#

Imagine atp sleeping at a normal time

spare quartz
#

Shut up aera I’m imagining myself as something I’m not

spare quartz
#

Umm

#

No

#

look at my pfp,,

timid quartz
#

A good programmer?

spare quartz
#

thhiiiiisss

#

you stupid

timid quartz
#

Yes that’s a furry

spare quartz
#

It’s not

lone sky
#

you sound like a boring and weird strict dad

#

smh.

lyric mesa
timid quartz
spare quartz
#

Goodnight :3

lone sky
timid quartz
spare quartz
timid quartz
#

kokuri…

#

ok bad night nerds

spare quartz
#

GOODNIGHT @lone sky

#

hopefully rust was all a dream

lone sky
spare quartz
#

time to work on these

#

「何していいかわからない時は、とりあえず挨拶と掃除しときなさい。されて嫌な人はいないから」

高校時代の担任が言ってた言葉、当時はピンときてなかったけど、今になってすごく刺さる。
社会人になってからじわじわ効いてくるやつ。

spare quartz
#

better parsing work

#

need to pick the right xor...

spare quartz
#

first assembly

spare quartz
#

okay now i gotta write it to an elf file

timid quartz
#

go bed

spare quartz
timid quartz
#

BED GO

#

BED

#

IN BED

spare quartz
#

aera shut up

timid quartz
#

YOUR TAKING TOO LONG

spare quartz
#

im writing this assembler and i need linux test users

timid quartz
#

ooh ok gimme

#

gimme gimme gimee

#

im on linux rn

rustic vine
spare quartz
#

well im not done yet

#

ill give you an elf file when im ready which might take like

#

2 days

lone sky
#

you should be the one in bed

#

fucking grandpa

rustic vine
#

wth

timid quartz
rustic vine
timid quartz
spare quartz
rustic vine
spare quartz
#

that defeats the point of this

timid quartz
#

ughhh you're gonna make me patch the damn elf file

spare quartz
#

no

#

use objdump

timid quartz
#

yes

#

IM ON

#

nixos

#

STOOPID

spare quartz
#

use objdump

#

idc

timid quartz
#

how tf would objdump help me

spare quartz
#

you're such an idiot omg

timid quartz
#

no u

#

now explain

spare quartz
#

you can view the code of an elf file with objdump

#

BECAUSE our assembler is an ASSEMBLER, you can use that to verify the contents

timid quartz
#

say that next time I thought you were expecting me to run something

spare quartz
#

i am

rustic vine
#

ohhhh I was worried your assembler wasn't an assembler

timid quartz
#

mf

spare quartz
#

im going to send you something executable

timid quartz
#

objdump cant run it

spare quartz
#

and you must run it

spare quartz
timid quartz
#

that means i have to patch the elf file

spare quartz
#

USE OBJDUMP TO VIEW ITS CONTENTS

#

IDIIIOT

timid quartz
spare quartz
#

ALL LINUX KERNELS CAN RUN ELF FILES ITS A FILE FORMAT THEY DONT EVEN CHARGE YOU FOR IT

timid quartz
#

ELF FILES GOTTA BE PATCHED FOR NIXOS BECAUSE OF HOW IT WORKS

spare quartz
#

WHY???

timid quartz
#

so do you know how nixos works

spare quartz
#

yes

#

but why would you need to patch it

#

what could nixos possibly do

timid quartz
#

because of how it works

spare quartz
#

okay but what does patching it mean

lone sky
#

NIXOS IS AN ILLNESS

timid quartz
#

whatever the elf needs has to point into the nix store instead of /lib or /usr/lib or whatever

spare quartz
#

what

#

no

timid quartz
#

yes

spare quartz
#

the elf file isnt linked or uses system resources

#

its job is to write something to stdout

timid quartz
#

m then it might work idk

spare quartz
#

BUT

#

rn its written in 16-bit code so

#

that probably wont work

timid quartz
#

regardless idk if it could even find the c std lib

#

without being patched

spare quartz
#

bad design

timid quartz
#

nixos ❤️

#

im just gonna

#

make a thing to patch the elf

#

just in case

spare quartz
#

ugh first i must figure out how i wanna setup the parsing semantics of ELF

spare quartz
# spare quartz

im unsure if Parser is actually the way go to here cause again its meant for chunked file formats (which ELF isnt)

#

mmmmmaybe i could make a Parser for each elf block described by the header..

lone sky
spare quartz
#

it JUST hit me

#

i could integrate all of these formats into taggart rn with a SPI

#

but first elf

spare quartz
#

@timid quartz @lone sky either of you

#

send me a linux executable

lone sky
#

okay

#

one sec

spare quartz
#

(preferably a library and an executable)

lone sky
#

yeah so

#

does an electron binary work

#

@spare quartz

spare quartz
#

yes

lone sky
#

nevermind. have gamescope instead

rustic vine
#

VIRUS

#

@mods

#

no extension file

#

⚠️

rustic vine
#

oh

#

u got me bruh

proud creek
#

Ip grabbar

spare quartz
#

ELF・InputStream・テスト

timid quartz
spare quartz
#

nearly done

timid quartz
#

I’ll send you an elf that’s patched for NixOS

spare quartz
#

oh thats corrupted

timid quartz
#

nix is the greatest tool to solve all the problems introduced by nix

spare quartz
#

okay now to make this writable

lone sky
#

doesn't help the world at all, it's just its own problem

#

OKAY

#

@spare quartz ADAM SAVAGE BEING A FURRY WAS NOT

#

ON MY BINGO CARD

spare quartz
#

who dat

lone sky
spare quartz
#

oguh

lone sky
spare quartz
#

how familiar are you with linux_

lone sky
#

surface level

#

not very internal level

spare quartz
#

and we're taking it apart

#

now im gonna try and put it back together

rustic vine
spare quartz
#

Yes

rustic vine
#

ohhh ok

#

thx

spare quartz
timid quartz
spare quartz
#

mmm

#

need to figure out howw they're formatted

#

immediate thoughts is going over a category (like M), dividing until its below that category, and ...

#

uh oh

#

one of my disks failed

#

let me see if its recoverable

timid quartz
spare quartz
lone sky
spare quartz
#

you're kidding me

#

hold on

#

ohhh

#

one of the SATA cables got unplugged

timid quartz
spare quartz
#

thank god

spare quartz
timid quartz
#

dang it wasn’t broken

spare quartz
#

i knew it wasnt since the 2007 disk was still running

timid quartz
#

注意

#

⚠️

spare quartz
#

there we go

#

praise hotswapping

timid quartz
spare quartz
timid quartz
#

spare quartz
timid quartz
spare quartz
#

負け犬プログラマー.....

timid quartz
spare quartz
#

BOTH BETTER THAN THE SHIT LANG RUST!!

lone sky
spare quartz
#

landmine chao go

timid quartz
#

Rust on top

spare quartz
#

錆びた、不良、言語

timid quartz
#

サイコウプログラミング言語だ!!!

spare quartz
timid quartz
#

YOU need to GIVE UP saying that Rust is a BAD LANGUAGE

spare quartz
#

i think that anime girl was correct..

timid quartz
spare quartz
#

ewwwwww

#

ewwwwwwwwwwwww

#

get it out of my eyes

#

@lone sky we need to pool money together to get stray dog to draw rust DYING

timid quartz
#

WHAT

#

fine I’ll commission Bayachao to draw Rust KILLING KOTLIN AND ADA

spare quartz
#

LOL you wish

#

$300!!!

timid quartz
#

I get paid tomorrow.

spare quartz
#

Steamウィッシュリスト登録もよろしくお願いします!

✦製品版Steam store→ https://store.steampowered.com/app/3054820
✦公式Xアカウント→https://x.com/DevilConnection

▼お仕事のご連絡
[email protected]

▼ばやちゃおWebサイト
https://bayachao.com

▼Twitter 
https://twitter.com/BAYACHAO

▶ Play video
timid quartz
spare quartz
#

aera has less than a lack of a brain

#

hes got the rust mind virus

timid quartz
lone sky
rustic vine
#

congrats man

#

is this ur first paycheck from the job?

timid quartz
#

no lol

#

2nd

rustic vine
#

oh ok

#

but congrats anyway

spare quartz
timid quartz
#

thx

rustic vine
#

whats their payroll system

timid quartz
#

no braincells

spare quartz
#

oh yeah aera on the subject of money

#

i might actually be getting social security paychecks

timid quartz
#

oh

#

but you’re not old

spare quartz
#

SSA guy calculated ill probably get ~$1,500 / month until im 18

rustic vine
timid quartz
spare quartz
#

which is neat

rustic vine
#

no like the

#

payroll system

#

or do they just write u a check

rustic vine
#

😁

timid quartz
#

please be financially responsible

spare quartz
#

weeeeel

timid quartz
spare quartz
#

one of my friends said put it in savings

#

BUT i kinda wanna go to skeb...

rustic vine
#

skeb?

#

whats that

lone sky
#

@timid quartz should I go back to my old pfp

rustic vine
#

u should invest it!

lone sky
#

or will you turn me into a fine powder

timid quartz
spare quartz
timid quartz
spare quartz
timid quartz
#

goog

spare quartz
#

the only etf i know is IETF

timid quartz
#

GOOG

spare quartz
#

IM SRS!!!

timid quartz
#
lone sky
timid quartz
#

GOOG IT

spare quartz
#

OKAY BUT YOU'RE SMARTER THAN ME AND I DONT WANNA TRUST AI GOOGLE WITH 5000 ADS

#

??

timid quartz
spare quartz
#

ough

#

buuuuut

#

1500/month...

#

thats like

#

5 bayachao commissions a month

#

!!

lone sky
#

i cannot disclose

timid quartz
spare quartz
#

unironically though itll probably just all be in savings cause

#

idk what i could actually spend money on 😭

timid quartz
#

good

#

good

#

save it

#

let it accrue interest

spare quartz
#

literally the only thing i could possibly want for the next years is $300 for server/science components

#

and thats it

lone sky
#

aerasto you probably

#

work for zillow

timid quartz
#

fungus you probably like

#

know nothing about managing money

spare quartz
#

NEW NTOT FISHING UPDATE DROPPED

lone sky
#

(a good portion of it is being invested)

timid quartz
spare quartz
#

live under a bridge with me guys

timid quartz
#

down

lone sky
timid quartz
#

Cost of living would be super low

#

Able to save more money

lone sky
#

cardboard house 🤤🤤

spare quartz
#

so we can get fast travel to bayachao booths

lone sky
#

using the power outlets at parks to charge your calculator 🤤🤤🤤

timid quartz
spare quartz
#

just shower 👍

rustic vine
timid quartz
spare quartz
timid quartz
spare quartz
#

id be calling myself broke with a million dollars

timid quartz
#

So I’m not really rich

rustic vine
timid quartz
#

I’m still broke

rustic vine
#

is it invested?

timid quartz
#

It’s not for spending it’s for saving

rustic vine
#

oh ok

#

wait but

spare quartz
rustic vine
#

why are you making reasonable financial decisions

#

stop doing that

#

u need to spend all your savings immediately

spare quartz
#

1% discretionary funding

rustic vine
#

and take out

#

a trillion dollar loan

#

aera strikes me as the typa guy to have an 800 credit score

timid quartz
#

If I had another credit card I might

rustic vine
#

🙏

spare quartz
rustic vine
#

apply for one

#

they love giving credit cards out

#

so anyone can get one

spare quartz
#

noooooooo i wanna be fraudulent

rustic vine
#

😬

timid quartz
spare quartz
#

noooooooooooooo

timid quartz
rustic vine
#

I was talking to atp

#

I only have one too

spare quartz
#

my dad had like

#

3

timid quartz
#

I was thinking of getting the Apple Card at some point but

#

Idk

rustic vine
spare quartz
rustic vine
#

TRUE

spare quartz
#

we're decrypting his next message now

rustic vine
#

so true

spare quartz
rustic vine
#

the suspense is real

spare quartz
#

so are routers and modems

rustic vine
rustic vine
spare quartz
#

useeeless

rustic vine
spare quartz
#

no real world use found for any of those 3

rustic vine
spare quartz
lone sky
#

i feel like i was lobotomized just now @spare quartz

#

what do I do

spare quartz
#

send kyubis.

lone sky
timid quartz
#

Unable to decrypt message

spare quartz
#

shut up matrix

timid quartz
spare quartz
#

shut up kokuri

lone sky
timid quartz
#

@lone sky YOUR TAKING TOO LONG

timid quartz
lone sky
#

WHAT IS THIS, FUCKING CLASH ROYALE???

spare quartz
#

thank you

spare quartz
rustic vine
#

screw it just "I" * n

spare quartz
#

neat it works

rustic vine
#

Infested IIIIII

#

oh god CLXIV

#

might be cooked for that one

timid quartz
#

above 5 just do

#

"Infested I * <x>"

#

so like

#

Saturation I * 200

spare quartz
#

get your math out of here

#

nerd

lone sky
#

@timid quartz DO YOU LOVE TV?

timid quartz
#

XLIV

#
const ROMAN_NUMERALS: [(&str, u32); 8] = [
  ("M", 1000),
  ("D", 500),
  ("C", 100),
  ("L", 50),
  ("X", 10),
  ("V", 5),
  ("IV", 4),
  ("I", 1),
];

fn main() {
    let input = 554;  // DLIV
    let mut output = String::new();
    
    let mut remainder = input;
    for (numeral, divisor) in ROMAN_NUMERALS {
        while remainder >= divisor {
            output += numeral;
            remainder -= divisor;
        }
    }
    
    println!("{output}");
}
lone sky
#

kon kon kon

spare quartz
#

"XL" to 40

timid quartz
spare quartz
spare quartz
#

🥺

lone sky
#

don't worry

lyric mesa
spare quartz
spare quartz
#

you need to send women unfunnylad

lone sky
lone sky
#

i do not have woman pics right now

spare quartz
#

have this yi

#

(woman and genderless fish thing)

spare quartz
#

とりあえず酒飲むぞ!!!!!!!!!!!!!!!!!!!

OSTERさんのCD VOL.3 収録曲!
通販 https://ecs.toranoana.jp/tora/ec/item/040030937638

off vocal https://commons.nicovideo.jp/material/nc256832

Music, Lyrics, Movie Programming: OSTER project(https://twitter.com/fuwacina)

Illustration: うつ...

▶ Play video
#

OSTERproject made a song about you btw

spare quartz
#

Godが与えし奇跡のWater

timid quartz
lone sky
#

@timid quartz found an ancient pic of my setup

#

good lord

rustic vine
#

looool what is fastfetch

#

did they think neofetch was too slow

#

😭

lone sky
#

a recontinuation of neofetch

#

(if you didn't know it was discontinued)

rustic vine
#

it was??

#

I respect it bruh

timid quartz
lone sky
#

he's real

spare quartz
timid quartz
spare quartz
#

すごい

rustic vine
#

I went to the woods because I wished to live deliberately, to front only the essential facts of life, and see if I could not learn what it had to teach, and not, when I came to die, discover that I had not lived.

#

- the guy who maintained neofetch, probably

spare quartz
#

thank you

timid quartz
#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

spare quartz
#

UGH

timid quartz
#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

spare quartz
#

SHUT UP!!!

timid quartz
#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

#

@spare quartz @lone sky smelly

spare quartz
#

MODS

#

THIS GUY IS ADMIN ABUSING

lone sky
#

🥰

timid quartz
#

not my pronouns fuck you

#

taffo can you ban him

spare quartz
#

とりあえず酒飲むぞ!!!!!!!!!!!!!!!!!!!

OSTERさんのCD VOL.3 収録曲!
通販 https://ecs.toranoana.jp/tora/ec/item/040030937638

off vocal https://commons.nicovideo.jp/material/nc256832

Music, Lyrics, Movie Programming: OSTER project(https://twitter.com/fuwacina)

Illustration: うつ...

▶ Play video
lone sky
near troutBOT
#
Guardsman Moderation

Your permission level is not high enough to punish that user.

timid quartz
#

get fucked

wraith scarab
#

fuck off!!!!!!!!!

lone sky
pallid loom
#

directorate can we kill this guy in a ditch

timid quartz
wraith scarab
lone sky
timid quartz
#

why the long face

#

oh that's right

#

YOUR LONG

timid quartz
#

EATING YOU

#

AND ATP

spare quartz
timid quartz
spare quartz
timid quartz
spare quartz
timid quartz
spare quartz
#

I should drawww!!!

lone sky
#

please do

spare quartz
#

But I’m probably just gonna be stuck CTRL+Z all the time

timid quartz
#

Much better than Copelin….

spare quartz
#

Hehe

#

I should draw Kotlin beating up rust

timid quartz
#

What you’re gonna draw a giant K

spare quartz
#

Yup

timid quartz
#

Beating up a crab?

spare quartz
#

Yup

timid quartz
#

smh

spare quartz
#

Or bayachao beating up rust..

timid quartz
#

This animosity is undeserved

spare quartz
timid quartz
spare quartz
#

Crabs don’t feel pain

timid quartz
spare quartz
#

They don’t have souls either

timid quartz
#

This one does

spare quartz
timid quartz
spare quartz
#

He’s going in the pot

timid quartz
spare quartz
#

She does

#

And unlike you she’s perfectly happy being a NEET

lone sky
timid quartz
#

Provably has no soul

#

And so do her three demonoids

spare quartz
#

Her personalities*

#

Plus she got her husband from VRChat

#

So infinity soul points there

timid quartz
timid quartz
#

But ATP’s animosity towards rust is still uncalled for

spare quartz
timid quartz
spare quartz
#

Sleep paralysis demon

timid quartz
#

Why are you a sleep paralysis demon

spare quartz
#

No bayachao actually made me realize im not a cat

timid quartz
spare quartz
#

nah

#

this

timid quartz
#

That’s a cat

spare quartz
#

no

#

it’s a robot cat thing

timid quartz
#

ok thing

#

do we call you it now

#

are you no longer human

spare quartz
timid quartz
#

mmmm pet the cat

#

Anyways bye

spare quartz
#

Draw

timid quartz
#

ugh @spare quartz maybe the jvm and clr do have some merit to them

timid quartz
#

hmmmm....

spare quartz
timid quartz
#

layout for roblox api library....

pastel tinsel
#

oh god

#

hell

timid quartz
#
src/
    jar   // cookie jar
    lib
    models/
        generic/
        users/
        groups/
        etc...
    routes/
        users/
        groups/
        etc...

this seems....decent....

pastel tinsel
#

~~tho I do need an updated one 😭 ~~

#

noblox bad

timid quartz
#

noblox moment

#

@spare quartz why does organizing code have to suck so bad

pastel tinsel
#

ok ok idea

spare quartz
#

why do you have to organize code

pastel tinsel
#

put everything in one file

timid quartz
#

cause...

timid quartz
spare quartz
#

its the easiest thing to do

timid quartz
#

that's gonna be

#

a giant file

spare quartz
pastel tinsel
#

YES

timid quartz
spare quartz
#

smelly ass rust

timid quartz
#

dirty ass kotlin

spare quartz
#

no

#

clean

timid quartz
#

rather messy

spare quartz
#

how

#

GOD

#

never again

#

connecting these coaxial cables is painful

#

Intel 3165NGW

timid quartz
#

holy shit I agree

#

those things are ASS

spare quartz
#

i think ill go with windows IoT as the os for this computer

#

think ill also exchange the WLAN in the future for this

#

2.11.3 -> 2.42.0

#

god damn we make a ton of updates

timid quartz
spare quartz
#

tbf it was running on BSL from 2025年5月26日月曜日 7時12分59秒

#

which is already almost a month away..

#

ooo

#

two packages arrived

#

unfortunately not computer parts

#

but the antennas

#

QJESUS THATS A BIG ANTENNA

spare quartz
#

Antenna is a little tall..

#

@pallid loom what do you think

pallid loom
#

what. are. you. attempting...

#

oh sdr

spare quartz
#

so you see im OK at implementing file formats

#

so im thinking

#

ACARS is a "file format"

pallid loom
#

you're still on about jt

#

of course you are

pallid loom
#

I'm unsure if the electronics near it could cause an issue as well

spare quartz
#

i need to have it indoors until i can figure out how to not lose my insulation

#

the electronics im a little unsure about too

#

but i dont expect to get much interference as most of the equipment will be at 2.4-6 GHz

#

which is above the maximum expected 1 GHz

pallid loom
#

okay yeah fair

#

didn't you already make a PCB for acars

spare quartz
#

yes but i couldn't get enough money for manufacturing it

#

so its just a file on my computer rn

pallid loom
#

how much would it cost even

#

isn't it like 3 bucks or something

spare quartz
#

JLCPCB would manufacture my first batch for ~$20, components free

#

but after that it'd be like maybe $20-30 per board since theres some more niche microcontrollers on it

pallid loom
#

I guess yeah

#

You're also not counting in the tools needed for soldering

spare quartz
#

no they have a service for making ready-to-use boards too

spare quartz
#

for just the raw boards its $3-$10 i believe

#

id need to find my gerber files to get the accurate price again

#

lemme see the interface for this SDR...

pallid loom
#

But yeah hopefully antenna should be able to capture it

spare quartz
#

should be serial

pallid loom
#

It won't be perfect signal but it doesn't matter since it's digital

spare quartz
#

OH YEAH

#

this also means... i can finally write... SDR software.. in kotlin

#

scary

pastel tinsel
#

brick your mouse

spare quartz
#

OW

#

Ow

#

yup the radio works

#

just got my ears destroyed

#

pretty cool

#

pretty damn cool

#

i wonder what thats about

#

probably interference?

pallid loom
# spare quartz

"All RSPs use a 24 MHz clock, so 120 MHz is the 5th harmonic of the reference clock. You will always see spurs at harmonics of the clock and odder order harmonics tend to be stronger than even order harmonics. All radios will exhibit this effect due to finite cross-talk isolation. The Xtal oscillator runs at 3v peak to peak and produces an approximate square wave output. harmonics roll off as 1/x and so the 5th harmonic will be 1/5th or -14 dBc. With 3v p-p if you can achieve 100 dB of isolation, you would still see a spur at around -100 dBm at 120 MHz, which would be very easy to see at VHF."

spare quartz
#

oh thats very interesting

#

im currently on ham freq rn

#

trying to tune it rn since all im hearing is noise

pallid loom
#

How much did the sdr cost

spare quartz
#

$50 w/ antenna

pallid loom
spare quartz
#

let me lower the gain so the graphs easier to see

pallid loom
#

Here's a stupid idea

#

Search for websdr

#

Find one near you

#

See if there's anything

#

If not there's simply no signal

spare quartz
#

it seems like theres someone there

pallid loom
#

Bump up the gain to max

#

Some filter may be killing the actual signal

#

But then again I'm the graph I don't see anything that looks distinctively like morse

spare quartz
#

it looks more like speech to me

#

highest gain, all modes, just noise

pallid loom
#

Possible interference from a relay station?

spare quartz
#

possibly...

#

oh hey

#

a marine weather station

pallid loom
#

Actual voice or

spare quartz
#

TTS voice

#

but intelligible

pallid loom
#

Surprising

#

I'd say it would be digital by the graph

spare quartz
#

NOAA weather station WXK67

pallid loom
spare quartz
#

yup thats definitely where im at

rustic vine
# pallid loom

WATCH OUT A SINKHOLE HAS OPENED TO SWALLOW SAN ANTONIO WHOLE

#

oh is that meant to be coverage? lol

pallid loom
#

yesh

rustic vine
#

why is it not a perfect circle

pallid loom
#

that's what I'm wondering aswell

#

and how they knew where there's signal and not

#

best guess is plane survey

#

oh btw harry quick unrelated question

spare quartz
pallid loom
#

do you plan on moving back to china in the future

rustic vine
spare quartz
#

:<

rustic vine
pallid loom
rustic vine
#

I think the only reason would be if there was a particularly appealing job opportunity

#

otherwise no plans rn

#

and maybe far future like into retirement but thats too far lol

rustic vine
#

LOL yea

#

I like to have plans

spare quartz
#

5.015 MHz

timid quartz
#

mm

#

yum

spare quartz
#

i BELIEVE im getting a signal from WWV (radio time in colorado)

#

but i cant tell super well since the signal is not audible

timid quartz
#

no more &mut self necessary

rustic vine
spare quartz
#

probably need to write a program for it but idk how to program for an SDR