u/Aaronontheweb - 17 Archived Voat Posts in v/programming
u/Aaronontheweb
  • home
  • search

u/Aaronontheweb

10 posts · 7 comments · 17 total

Active in: v/programming (17)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
How does a relational database work? [detailed]
10 0 comments 20 Aug 2015 01:31 u/Aaronontheweb (..) in v/programming
Comment on: Developers Who Can Build Things from Scratch

Yeah, I submitted it here - it made the front page of Hacker News and /r/programming all by itself but I didn't know if anyone had submitted it here yet. I actually frequent Voat (although I haven't spent as much time commenting lately) and wanted to compare Voat's interest in the subject against those other two outlets.

2 17 Aug 2015 07:04 u/Aaronontheweb in v/programming
Developers Who Can Build Things from Scratch
16 12 comments 17 Aug 2015 01:21 u/Aaronontheweb (..) in v/programming
Comment on: Announcing .NET Framework 4.6 (x-post /v/dotnet)

I'm excited, in particular for the GC upgrades:

The garbage collector has important improvements that reduce latency and improve memory utilization. The GC update has already been deployed to large Microsoft cloud workloads, such as Office 365 and Bing. We've seen impressive improvements in the performance of those services. They've simply deployed the update, without needing any code changes.

Specifically, this!

The Garbage Collector has a new mode that avoids garbage collection while certain memory-related conditions are met. This new mode is important for low-latency workloads that cannot afford interuptions. It enables you to specify that a certain amount of memory must be available before entering a No GC Region. While in the region the GC will not collect, which means that it will not interupt your workload during that time. The GC will start collecting if a collection is explicitly requested (e.g. GC.Collect) or if the initially specified memory size is exhausted.

0 20 Jul 2015 19:31 u/Aaronontheweb in v/programming
Announcing .NET Framework 4.6 (x-post /v/dotnet)
1 1 comment 20 Jul 2015 19:27 u/Aaronontheweb (..) in v/programming
Large Messages and Sockets
7 0 comments 16 Jul 2015 17:52 u/Aaronontheweb (..) in v/programming
Comment on: Hackr.io - massive list of free programming tutorials online for lots of different subjects

I think you can go in and upvote them for individual categories though

0 14 Jul 2015 21:47 u/Aaronontheweb in v/programming
Comment on: Hackr.io - massive list of free programming tutorials online for lots of different subjects

I thought Fortran tutorials were still done via mail-ordered courses delivered via 3.5" floppies? ;)

4 14 Jul 2015 17:39 u/Aaronontheweb in v/programming
Comment on: Hackr.io - massive list of free programming tutorials online for lots of different subjects

I'm most excited about the D3.js tutorials - http://hackr.io/tutorials/d3-js

0 14 Jul 2015 17:08 u/Aaronontheweb in v/programming
Hackr.io - massive list of free programming tutorials online for lots of different subjects
74 16 comments 14 Jul 2015 16:56 u/Aaronontheweb (..) in v/programming
Comment on: Why this sub sucked on Reddit and how to make it not suck here

Subverses should almost be treated as hashtags rather than subforums.

That's an excellent way of putting it

6 07 Jul 2015 18:25 u/Aaronontheweb in v/programming
Why we picked AKKA cluster as our microservice framework.
1 0 comments 18 Jun 2015 19:43 u/Aaronontheweb (..) in v/programming
Channel 9: The Actor Programming model with Akka.NET
1 0 comments 09 Jun 2015 18:32 u/Aaronontheweb (..) in v/programming
A plain English introduction to CAP theorem
1 0 comments 08 Jun 2015 22:15 u/Aaronontheweb (..) in v/programming
Perspex...a next generation cross-platform WPF? (x-post /v/dotnet)
5 1 comment 07 Jun 2015 19:47 u/Aaronontheweb (..) in v/programming
Akka.NET: What is an Actor? (Introduction to the Actor Model) [x-post /v/dotnet]
2 0 comments 06 Jun 2015 23:31 u/Aaronontheweb (..) in v/programming
Comment on: List of all programming subverses

Don't forget /v/dotnet !

0 06 Jun 2015 20:29 u/Aaronontheweb in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.