Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
carry on then
Jul 10, 2010

by VideoGames

(and can't post for 10 years!)

KyloWinter posted:

what’s the best way to waste time but look like you are working. i have the whole spread random papers about and keep a pencil behind your ear down. i heard dwarf fortress is fun or something

yospos

Adbot
ADBOT LOVES YOU

Triglav
Jun 2, 2007

IT IS HARAAM TO SEND SMILEY FACES THROUGH THE INTERNET
browse the web using lynx

cinci zoo sniper
Mar 15, 2013




KyloWinter posted:

what’s the best way to waste time but look like you are working. i have the whole spread random papers about and keep a pencil behind your ear down. i heard dwarf fortress is fun or something

become a professional web developer

anthonypants
May 6, 2007

by Nyc_Tattoo
Dinosaur Gum

KyloWinter posted:

what’s the best way to waste time but look like you are working. i have the whole spread random papers about and keep a pencil behind your ear down. i heard dwarf fortress is fun or something
hackertyper.net

NihilCredo
Jun 6, 2011

iram omni possibili modo preme:
plus una illa te diffamabit, quam multæ virtutes commendabunt


turn off avatars and sigs though

NihilCredo
Jun 6, 2011

iram omni possibili modo preme:
plus una illa te diffamabit, quam multæ virtutes commendabunt

serious answer: do whatever open-source personal projects you find interesting

cinci zoo sniper
Mar 15, 2013




NihilCredo posted:

serious answer: do whatever open-source personal projects you find interesting

that's not wasting time tho

Blinkz0rz
May 27, 2001

MY CONTEMPT FOR MY OWN EMPLOYEES IS ONLY MATCHED BY MY LOVE FOR TOM BRADY'S SWEATY MAGA BALLS

cinci zoo sniper posted:

become a professional web developer

people in glass houses should not throw stones my friend

cinci zoo sniper
Mar 15, 2013




Blinkz0rz posted:

people in glass houses should not throw stones my friend

i know, but saying "become a data scientist" would be a professional liability. anways that was just a really half assed mongodb/webscale angle - i have no issue with web developers who know what and why they are doing

NihilCredo
Jun 6, 2011

iram omni possibili modo preme:
plus una illa te diffamabit, quam multæ virtutes commendabunt

cinci zoo sniper posted:

that's not wasting time tho

it's wasting other people's money, and time is money, qed

ynohtna
Feb 16, 2007

backwoods compatible
Illegal Hen

KyloWinter posted:

what’s the best way to waste time but look like you are working. i have the whole spread random papers about and keep a pencil behind your ear down. i heard dwarf fortress is fun or something

refactor your .emacs

Luigi Thirty
Apr 30, 2006

Emergency confection port.

everything now runs on the GPU and also i found a sound engine that's just a binary you link against your program lol

https://www.youtube.com/watch?v=A2GeZOu4jIc

anthonypants
May 6, 2007

by Nyc_Tattoo
Dinosaur Gum

Luigi Thirty posted:

everything now runs on the GPU and also i found a sound engine that's just a binary you link against your program lol

https://www.youtube.com/watch?v=A2GeZOu4jIc
where did you even find a midi of that

Luigi Thirty
Apr 30, 2006

Emergency confection port.

anthonypants posted:

where did you even find a midi of that

it's a mod file i wrote a few months ago

the sound engine was written for homebrew games a few years ago, it's a DSP program that plays back standard amiga .mod files at 16KHz or 24KHz in mono or stereo. i set it for 16KHz mono. it also plays back 4 channels of sound samples from sample banks - i don't have that set up. the DSP is plenty fast enough but it does eat into the narrow DMA capability of the memory controller.

HoboMan
Nov 4, 2010

android specific poo poo i probably need to know and ten years ago which was just loving swing by an impassable grey fog lights on your list of shot to do the thing directly with my computer

HoboMan
Nov 4, 2010

making a markov of my posting was easier than i thought

pokeyman
Nov 26, 2006

That elephant ate my entire platoon.
it’s considered polite to identify which of your posts are you and which are the markov chain tia

Luigi Thirty
Apr 30, 2006

Emergency confection port.

so today’s adventure is adding back-face culling to the GPU render loop

https://cmichel.io/understanding-front-faces-winding-order-and-normals/

doesn’t look too hard to check if triangles are clockwise after projection and before blitting. plus getting the normal is a step toward lighting and shading

redleader
Aug 18, 2005

Engage according to operational parameters
cjs: hah, this code bounces back and forth between XmlDocument and XDocument a few times, by stringifying then parsing the string

just settle on one loving type, jesus

it ultimately returns xml in a string

pokeyman
Nov 26, 2006

That elephant ate my entire platoon.
that would drive me nuts. I get unreasonably annoyed when a url is passed around as a string, let alone that bullshit

30 TO 50 FERAL HOG
Mar 2, 2005



code:
        private void TheradScoket()
        {
            Thread TempThread;
            //开启接收线程    
            TempThread = new Thread(new ThreadStart(this.ToConnect));
            TempThread.IsBackground = true;//设置为后台线程    
            TempThread.Start();
            TempThread.Abort();//关闭线程   
            Socket client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
            //关闭套接字    
            client.Close();
        }
hmmmmm

Arcsech
Aug 5, 2008

NEED MORE MILK posted:

code:
        private void TheradScoket()
        {
            Thread TempThread;
            //开启接收线程    
            TempThread = new Thread(new ThreadStart(this.ToConnect));
            TempThread.IsBackground = true;//设置为后台线程    
            TempThread.Start();
            TempThread.Abort();//关闭线程   
            Socket client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
            //关闭套接字    
            client.Close();
        }
hmmmmm

Im TheradScoket

The MUMPSorceress
Jan 6, 2012


^SHTPSTS

Gary’s Answer
are code tags not wrapping for anybody else?

Luigi Thirty
Apr 30, 2006

Emergency confection port.

I just ported this C fixed point square root algorithm to the Jaguar GPU so I can normalize 3d vectors

if only “wacky terrible assembly languages” got you super high paying jobs in 2017 I’d be set for life

anthonypants
May 6, 2007

by Nyc_Tattoo
Dinosaur Gum

NEED MORE MILK posted:

code:
        private void TheradScoket()
        {
            Thread TempThread;
            //开启接收线程    
            TempThread = new Thread(new ThreadStart(this.ToConnect));
            TempThread.IsBackground = true;//设置为后台线程    
            TempThread.Start();
            TempThread.Abort();//关闭线程   
            Socket client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
            //关闭套接字    
            client.Close();
        }
hmmmmm
i thought those were emojis but

Only registered members can see post attachments!

redleader
Aug 18, 2005

Engage according to operational parameters

NEED MORE MILK posted:

code:
        private void TheradScoket()
        {
            Thread TempThread;
            //开启接收线程    
            TempThread = new Thread(new ThreadStart(this.ToConnect));
            TempThread.IsBackground = true;//设置为后台线程    
            TempThread.Start();
            TempThread.Abort();//关闭线程   
            Socket client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
            //关闭套接字    
            client.Close();
        }
hmmmmm

i'm the clear and to the point comments

anthonypants
May 6, 2007

by Nyc_Tattoo
Dinosaur Gum
oh now it wants to show my post. thanks a lot forums.

Only registered members can see post attachments!

redleader
Aug 18, 2005

Engage according to operational parameters
"railway oriented programming" is just monads, right?

VikingofRock
Aug 24, 2008




cis autodrag posted:

are code tags not wrapping for anybody else?

Yeah, they don't wrap for me either.

tef
May 30, 2004

-> some l-system crap ->

it says so on the page

redleader
Aug 18, 2005

Engage according to operational parameters

tef posted:

it says so on the page

goddamn it, thanks

i keep seeing the phrase pop up in the context of other non-scary hipster functional langs (e.g. elm, elixir) and was wondering if there was something i was missing

turns out nope, just my lovely goddamn memory

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

code tags never wrap

HoboMan
Nov 4, 2010

anyone know how i can stop android studio from dumping over 3gb of garbage in c:\tmp?

Sapozhnik
Jan 2, 2005

Nap Ghost
find and disable whatever scheduled process is copying parts of the android sdk into c:\tmp

HoboMan
Nov 4, 2010

Sapozhnik posted:

find and disable whatever scheduled process is copying parts of the android sdk into c:\tmp

you can make android apps without gradle?

Eleeleth
Jun 21, 2009

Damn, that is one suave eel.

HoboMan posted:

you can make android apps without gradle?

Maven works.

Soricidus
Oct 21, 2010
freedom-hating statist shill

HoboMan posted:

you can make android apps without gradle?

they really don’t want you to though

android studio is pretty bad. they took a good jetbrains ide and then bolted on a bunch of fragile extensions that seem to be duct taped in with a mix of gradle and orphan tears

for example, you can lose the ability to manage emulated devices if your project gradle build script has an error in it. the menu option can simply vanish. why are these things connected in any way? god only knows

brap
Aug 23, 2004

Grimey Drawer
android’s toolchain and stdlib is such poo poo

Workaday Wizard
Oct 23, 2009

by Pragmatica
what's the point of single choice unions in C?
specifically the definition of ifreq.ifr_ifrn here?

i am guessing it's a future proofing thing in case they change the api but this is portable C so who knows v:shobon:v

Adbot
ADBOT LOVES YOU

HoboMan
Nov 4, 2010

brap posted:

android’s toolchain and stdlib is such poo poo

the namespaces in the stdlib are the most polluted and hacky ive ever seen. seems like every other class needs it's name disambiguated

HoboMan fucked around with this message at 21:17 on Dec 11, 2017

  • Locked thread