What Are You Doing Right Now
-
Trying to knock out my regular morning stuff so I can go back home to meet my dad to fix my truck... again. But, after this repair, the entire fuel delivery system will be brand new, so I got that going for me.
-
I feel like absolute death right now. I may need to go to urget care
-
@wirestyle22 said in What Are You Doing Right Now:
I feel like absolute death right now. I may need to go to urget care
Good luck!
-
@wirestyle22 said in What Are You Doing Right Now:
I feel like absolute death right now. I may need to go to urget care
That's not good. What's wrong?
-
@wirestyle22 said in What Are You Doing Right Now:
I feel like absolute death right now. I may need to go to urgent care
Hope you feel better.
-
Internet down. Looks like Cox is having a major outage.
-
@Danp said in What Are You Doing Right Now:
Internet down. Looks like Cox is having a major outage.
I've heard there's a pill for that.
-
@tonyshowoff said in What Are You Doing Right Now:
@Danp said in What Are You Doing Right Now:
Internet down. Looks like Cox is having a major outage.
I've heard there's a pill for that.
This made me laugh harder than it should have...
-
Still thinking about what I did today: Had to glue together two programs from different worlds, one is C++ (linking to native Linux libraries and calling unistd functions), the other is C#. Both programs need to exchange some data (sending commands to the C++ app and returning data to C# and vice versa) and need to run on the same OS. First thought was to P/Invoke, so compiling that C++ app as a lib and call that lib from C#, but I would not be able to debug that on Windows in Visual Studio at all and the C++ app is using an internal API with quite some complicated callbacks.
P/Invoki'ng works, even with mono, but it would not have been fun at all in this case. Because I could not debug that C++ app (closed system with just a text editor and a huge make script), I went for something very simple: Exchanging data using the filesystem (I know, there are streams and sockets etc., but again, no debugger). Went for a simple ramfs ramdisk to speed things up, as there will be like 20k messages with ~1,600 bytes each per second.
Works like a charm, but there's still a lot to do. Kinda fun to work on such things. Frontends for example, like GUIs or web applications, isn't something I would enjoy.
-
Started the day with about 230 PMs in my SW mailbox. Have it down under 100 now.
-
@scottalanmiller said in What Are You Doing Right Now:
Started the day with about 230 PMs in my SW mailbox. Have it down under 100 now.
Only to be back up to 230 tomorrow.
BTW: 95 of those 100 are probably Linux questions from me so you can safely delete them.
-
Boy SW has been slow today and especially this evening. ML is slow, too, but not nearly AS slow. It's a quite IT world today.
-
@scottalanmiller said in What Are You Doing Right Now:
Boy SW has been slow today and especially this evening. ML is slow, too, but not nearly AS slow. It's a quite IT world today.
I noticed that too, I figured it was just because they knew I was lurking.
-
@tonyshowoff said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Boy SW has been slow today and especially this evening. ML is slow, too, but not nearly AS slow. It's a quite IT world today.
I noticed that too, I figured it was just because they knew I was lurking.
Maybe I was too... it's OUR fault!
-
I have fully emptied by SW email folder. that's a start. About 90 PMs left to work through.
-
Felled two trees this evening. New chainsaw is working pretty well
-
Trying to get an Amazon Fire TV Stick fixed.
-
Playing some Minecraft with my five year old.
-
@scottalanmiller said in What Are You Doing Right Now:
Trying to get an Amazon Fire TV Stick fixed.
What was broke? And which would you recommend -- the FireTV or the TV Stick?
-
@dafyre said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Trying to get an Amazon Fire TV Stick fixed.
What was broke?
Networking issues. It could not connect to a wireless network. The radio just went up and down. A replacement is on its way.