trendnet
|
7 years ago
|
on: Udacity restructures operations, lays off 20 percent of its workforce
I am currently enrolled in that program. The program is great (I still don't believe it is so cheap). But it is not because of Udacity. It is great thanks to Piazza, professors, TAs, remote office hours, projects, students, Canvas, Slack groups, OMSCS subreddit, GaTech HPC clusters, remote labs, software licenses, student perks, and various other internal GaTech services. Udacity is just a small tool there to present a list of videos. Not a lot of professors use it for anything else. Hell, on Piazza for most courses you can even find a YouTube playlist because the Udacity web and mobile apps are incredibly bad compared to plain YouTube.
trendnet
|
8 years ago
|
on: Berkeley offers its data science course online for free
GaTech has a lot of good MOOC Computer System courses.
trendnet
|
9 years ago
|
on: Ubuntu 17.04 Released
Does it mean Ubuntu can run unmodified on Allwinner H3 socs?
trendnet
|
9 years ago
|
on: Discussions with Apple regarding license agreement
Judging by the tone used in that press release, they are in deep trouble. It does not even matter that £60.7 million is a small portion of their business. It could be the opposite of what happened to ARM when Apple decided to put their chips into Newton.
trendnet
|
9 years ago
|
on: $12M stolen from 1,400 convenience store ATMs across Japan in 2 hours
There're still fax machines in heavy use in Japan. It's a strange place.
trendnet
|
9 years ago
|
on: Cling: An Interactive C++ interpreter
Wasn't some of that available in LLDB for a year or two?
trendnet
|
10 years ago
|
on: Siri creator shows off first public demo of Viv
I think there is an option for screen recording from a real device in QuickTime. It is mostly used by developers to create promotional videos for an App Store page.
trendnet
|
10 years ago
|
on: NASA to begin historic new era of X-Planes
I thought NASA bought X-Plane (a flight simulator from Laminar Research) to revitalize it as Lockheed Martin did something like that with Microsoft Flight Simulator. Oh well...
trendnet
|
10 years ago
|
on: GPUImage 2
I have never used GPUImage on iOS. Are we limited in resolution to the Metal/OpenGL ES texture size limit of a device with it? Can it work with extra large images?
trendnet
|
10 years ago
|
on: Are We Living in a Computer Simulation?
I personally prefer Fassbinder's Welt am Draht more. The atmosphere and cinematography are breathtaking.
trendnet
|
10 years ago
|
on: Unreal Engine 4.11 Released
How many games were released on CryEngine? How many on UE 3/4? How many devs are there from the UE 3 days when a lot of AAA titles were some in-house UE 3 variants. I love Crytek products, but I don't see any problems with the upvote distribution. Don't forget that every minor release of UE 4 contains an enormous list of new features and bug fixes which is impressive in its own way considering the release cycle is 3-4 months.
trendnet
|
10 years ago
|
on: Docker for Mac and Windows Beta
trendnet
|
10 years ago
|
on: Docker for Mac and Windows Beta
Does it mean no `VBox shares` mmap bug limiting the use of volumes in Cassandra and MongoDB containers?
trendnet
|
10 years ago
|
on: Choose GitLab for your next open source project
Do you have any plans to provide some lightweight project management options in GitLab? I don't even want anything complex. Maybe, just a Trello-Kanban-like view of Issues and a simple burn down chart. With CI and Git/VCS and code review features GitLab could become the only thing a small team should install to go independent.
trendnet
|
10 years ago
|
on: Write a filesystem with FUSE
trendnet
|
10 years ago
|
on: Why I Write Games in C
I think that's what most engine developers do nowadays. Sticking to some part of C++ to a point that it looks like C with classes. Hey, some don't even use STL and go with their own libraries.
trendnet
|
10 years ago
|
on: Gimp 2.9.2 Released
>...such as non-destructive editing are planned to be exposed in GIMP at a later development stage (v3.2 and onwards)
My grandchildren will probably see that.
trendnet
|
10 years ago
|
on: Apple Reports Record Fourth Quarter Results
iPhone gets them ~63%. iPad brings less than Mac hardware. Apple Watch is just ~4% after a year. Investors should probably be a bit worried.
trendnet
|
10 years ago
|
on: Really well-designed parallax(?) scrolling
It's basically an ad from studio Shaft known for it's stylistic approach to certain things in anime production. Something nonstandard from them is what people expect. Plus, there's nothing wrong with trying to show off in an ad at the price of usability.
trendnet
|
11 years ago
|
on: Boolean parameters to API functions considered harmful (2011)
I like Objective-C for that.