topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 6:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jibz [ switch to compact view ]

Pages: prev1 [2] 3next
26
General Software Discussion / Sandboxie lifetime license discontinued
« on: October 24, 2013, 01:47 AM »
I finally decided I was using (the free version of) sandboxie enough that I should probably buy a license, but when I got to the ordering page, the lifetime license option had disappeared :(.

I went to the forum and found this post:

To ensure future growth of Sandboxie, the licensing model shifts today from a lifetime licensing model to an annual licensing model.

Licenses issued in the past which did not include an expiration date will remain without expiration date, and may be used on more than one computer, per past licensing terms.

All new licenses issued starting today will expire in one year after initial activation of the product key, and are limited to one computer per one product key.

I can understand that the developer needs to make some money, but going from lifetime licenses you can run on any number of computers, to a license you have to renew every year that only runs on one single machine, with no warning or grace period for people to get the lifetime license seems slightly harsh.

27
Jibz's Tools / LATEST VERSION - Dina 2.93 - September 10th 2013
« on: September 07, 2013, 05:11 PM »
The latest version is attached here, and should be available (soon) from: https://www.donationcoder.com/Software/Jibz/Dina/

If you are using Dina on Windows, please note that it is a good idea to remove any older versions of the font before installing the current version (due to the way Windows decides if two FON files are the same font).

For Linux, there are some hints in this thread on how to install Dina.

Here are the readme and news files from the current release for easy reference:

README


Dina Programming Font
=====================

Copyright (c) 2005-2013 Joergen Ibsen

<https://www.donationcoder.com/Software/Jibz/Dina/>


About
-----

Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully) clear
enough to remain readable even at high resolutions.

I made this font after having tried all the free programming fonts I could
find. Somehow there was some detail in each of them that meant I could not
work with them in the long run.

The closest to perfect I found was the Proggy font, so I started building
Dina using Proggy as the base, and with inspiration from Tobi, Fixedsys and
some old DOS fonts I used to love.

Some of the design goals were:

  - Monospaced
  - Should be easy to distinguish between `j i l 1 I`
  - Should be easy to distinguish between `o O 0`
  - Operators should line up horizontally `- + * =`
  - Brackets should line up horizontally and vertically `< ( { [ ] } ) >`
  - Punctuation should be clear `., :; ' "`
  - Symbols used in programming languages should look right `& @ % $ #`
  - No other characters that look too similar `gqy z2Z s5S 8B CG6 DO uv`
  - Still has to be pleasant to read passages of text

Dina is the result of many hours of tweaking and testing, and I am quite
happy with it now.


Font Format
-----------

Dina is a monospace bitmap font in Windows FON file format (Windows-1252 /
ISO-8859-1 encoding). It is available as:

  - 6pt regular
  - 8pt regular, bold, italic, bold italic
  - 9pt regular, bold, italic, bold italic
  - 10pt regular, bold, italic, bold italic

`DinaR.fon` contains the regular fonts, `DinaB.fon` contains bold,
`DinaI.fon` italic, and `DinaZ.fon` bold italic.

All styles are the same width for proper alignment.

Depending on your monitor size and type, the 8pt or 9pt versions should be
preferable up to at least 1280x1024 resolution. The 10pt version may be an
option at higher resolutions.

The BDF folder contains BDF versions of the fonts for easier conversion to
formats usable on Linux and Mac. The point sizes may be slightly different on
other operating systems. Please check the [forum][] for updates on
conversions.

The OEM folder contains FON files for OEM codepage 437 (US) and 850 (Western
Europe), which can be used in command prompts and text-mode programs that run
in them (like HIEW and FAR). After installing one of them, DinaTerm should
show up under Raster Fonts, in sizes 6x10, 7x13, and 8x16. If not, you can
try [these instructions][term]

[forum]: https://www.donationcoder.com/forum/index.php?board=62.0
[term]: http://support.microsoft.com/kb/247815


Installing on Windows
---------------------

If you have a previous version of Dina installed, it is a good idea to remove
that before installing a new version. Close all open programs that use the
Dina font before removing it.

On recent Windows versions, removing a font is usually done by going into
Control Panel, Appearance and Personalization, Fonts, finding the font in
question, right-clicking it and choosing Delete. On older Windows versions,
go to `C:\Windows\Fonts`, right-click the font and choose Delete.

Installing a font on recent Windows versions, can be done by right-clicking
the `.fon` files and choosing Install. On older versions, go into Control
Panel, Appearance and Personalization, Fonts, and choose Install New Font
from the File menu.

Microsoft has more detailed instructions on installing and removing fonts
for [Windows XP][winxp], [Windows Vista][winvista] and [Windows 7][win7].

There is an issue on some Windows versions, where the 10pt entry disappears
from the font selection dialog. If this is the case, you can enter a size of
10 manually in the editbox.

[winxp]: http://support.microsoft.com/kb/314960
[winvista]: http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts
[win7]: http://windows.microsoft.com/en-us/windows7/install-or-delete-fonts


Acknowledgements
----------------

A big thanks to Tristan Grimmer for his excellent Proggy fonts.

Thanks to mouser for testing.

Thanks to Jamie Burns and bpcw001 for contributing conversions.


License
-------

Copyright (c) 2005-2013 Joergen Ibsen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

NEWS


Dina 2.93 (2013.09.10)

  * Added OEM codepage 437 and 850 versions for Windows command prompts

Dina 2.92 (2013.09.07)

  * Moved bold, italic, and bold italic styles to separate files
  * Updated BDF files

Dina 2.91 (2013.08.25)

  * Fixed `&` in Dina 10 regular
  * Updated copyright strings in all fonts

Dina 2.90 (2013.08.23)

  * Added a 6 point version of Dina regular
  * Extended top line in `j` to make it easier to distinguish from `i`
  * Moved top part of `&` right and adjusted height
  * Moved `%` up
  * Changed `ø` and `Ø` to look less like `0`
  * Changed `æ` and `ß` to look more harmonious in text
  * Moved down starting question and exclamation marks
  * Fixed single and double text quotes
  * Fixed positioning of degree, ordinals, and powers
  * Fixed various other symbols

28
Developer's Corner / Licensing in a Post Copyright World
« on: July 23, 2013, 03:24 PM »
A nice discussion of licensing issues:

http://lucumr.pocoo....2013/7/23/licensing/

29
DC Gamer Club / Indie Gala Mass Effect bundle
« on: April 18, 2013, 09:51 AM »
Looks like you can get Mass Effect 2 and a few other games for $6 or more:

http://www.indiegala.com/

30
ICVT, the company behind JPEGmini, have announced a similar service for video called Beamr Video.

For some interesting discussion, check for instance this post and the comments in the associated HN thread.

I have done absolutely no testing, and have no experience with either service, but to give you a TL;DR of the critique, I think it is that they give the appearance that they invented some advanced encoding mechanisms to improve H.264 and JPEG, while it seems like they are just automatically selecting reasonably good quality parameters for each input and then using a more or less standard encoder.

Now, this is of course not trivial to do either, but the way they are marketing their services means a lot of the press ends up writing it up as "OMG all new super compression algorithm beats everything!".

Also, the impressive results in their examples seems to come from using originals encoded at very high quality which gives a lot of room for compression while maintaining similar quality.

31
Developer's Corner / Programmers and Mathematics
« on: February 09, 2013, 07:14 AM »
Via HN, I found this post well-written and interesting:

http://jeremykun.com...ics-for-programmers/

32
NANY 2013 Entry Information

Application Nametmdiff
Short DescriptionA collection of C functions to aid in output of time differences
Supported OSesAnything with a decent C compiler.
Web Pagehttps://bitbucket.org/jibsen/tmdiff
Version Historyhttps://bitbucket.or...n/tmdiff/commits/all
AuthorJibz


Description

This is an attempt at solving the problem of formatting the difference between two points in time in a manner similar to the strftime() function. It was based on a discussion about PBoL.

The problem is; given a start date and time, and an end date and time, format a string with values showing the difference in years, months, days, hours, minutes, and seconds between the two.

Because months and years contain a varying number of days, we cannot simply compute these from difftime().

For instance, the difference between Jan 31st and Mar 1st is sometimes 29 days, sometimes 30 days, but always one month and one day. The difference between Jul 2nd and Aug 1st is 30 days, but not a month.

For a more detailed description of the problem, check this blog post.


Functions

tmdiff() is a low-level function that does the actual work of computing the time difference between two tm structs.

sftmdiff() and wsftmdiff() provide formatted output of the time difference between two tm structs.

asctmdiff() and wasctmdiff() provide a more generic textual representation.

33
Developer's Corner / Why C++ Is Not “Back”
« on: December 02, 2012, 03:45 AM »
http://simpleprogram...1/why-c-is-not-back/

C++11 just came out recently and it seems like there is this big resurgence in interest in C++ development.

Now don’t get me wrong.  C++11 is fantastic!  I am in just about 100% agreement with all of the changes that have been made.  C++ has definitely become much easier to use and it has even become more powerful.

There is one thing it didn’t become though—and this is the most important—more simple.

...

My point of this post is not to bash C++ or bash people using C++ or teaching C++, but rather to blunt the message that seems to be being preached by an over eager C++ community.

Everyone is not going to become a C++ developer and they shouldn’t need to be.  While C++ may have the ability to make your program more efficient (in certain scenarios,) it is extremely unlikely to make you more efficient at creating your program (except in some extreme cases.)

So, I am glad C++ got a much needed overhaul, but I don’t think it is going to make a comeback any time soon, and that is a good thing.

I think this post has some very good points, and it reflects some of my thoughts about C++ lately. The recent changes are (largely) good, and C++ can be very elegant and terribly efficient, it is just really really hard to write good C++ code, and unless you need that extra edge on performance, there are many languages that will make your life a lot easier, especially if you are learning to program.

34
Developer's Corner / Opinions about the Apache License?
« on: September 11, 2012, 01:02 PM »
We have had some interesting discussions about other licenses (in particular the GPL) in the past, so I figured I would try and see if you have any opinions about the Apache License (2.0).

First a little background:

I have used the zlib license in the past for a couple of smaller source code releases, but I was trying to see if one of the more commonly used licenses would work for me. This led to a couple of hours of hit-and-google browsing, trying to figure out the exact differences between MIT, BSD, Apache, and GPL.

I am not planning to use the GPL -- I want people to be able to use my work in commercial software without risking suddenly being forced into an open source license. I like the MIT and BSD licenses because they are so short and (relatively) easy to understand, but I feel perhaps they lack somewhat in precision and their age is showing. This lead me to the Apache license, which to a large extent appears to be similar to the BSD license, but more descriptive.

For instance, I like how it says directly that if you contribute something it will by default be covered by the license, and that you are allowed to link to something covered by the license without risking that affecting your software.

Two things worry me a bit though; the fact that it is longer and harder to read, which makes it less obvious what your obligations are, and that the FSF says it is incompatible with GPLv2.

So, this brings me to my questions:

What are your feelings on using the Apache license compared to the MIT/BSD licenses?

Do you think the incompatibility with GPLv2 is a problem? (or perhaps rather a feature?)


A couple of links for reference:

http://oreilly.com/o...soft/book/index.html
http://www.tldrlegal...ense-2.0-(apache-2.0)

35
General Software Discussion / Fake Reviews: Amazon's Rotten Core
« on: August 28, 2012, 03:00 PM »
http://www.forbes.co...amazons-rotten-core/

Leather admitted to creating accounts on Amazon under assumed names in order to leave positive reviews of his own work.  ...  Leather is not the only one engaging in such practices. On 25 August, the New York Times revealed that the use of fake reviews is widespread. In exploring the case of reviewer-for-hire Todd Jason Rutherford, the NY Times exposed self-publishing poster boy John Locke who bought 300 reviews from Rutherford’s business, GettingBookReviews, spending about $6,000 to do so

Stuff like this makes it really hard to trust public user reviews :-\.

36
Developer's Corner / Pelles C 7.00
« on: July 09, 2012, 04:50 AM »
I just noticed Pelles C 7.00 has been release, with support for C11 among other things:

http://www.smorgasbo.../changes_650_700.htm

37
This sounds like bad news:

http://techcrunch.co...-it-for-thunderbird/

Mozilla is not “stopping” Thunderbird development, it has just decided that: “continued innovation on Thunderbird is not the best use of our resources given our ambitious organizational goals.” And it’s pulling people off the project. But it’s not stopping? Right.

38
General Software Discussion / Sublime Text 2.0 final
« on: June 26, 2012, 11:49 AM »
It looks like the Sublime Text 2.0 has finally been released:

http://www.sublimetext.com/2

39
Mini-Reviews by Members / 14 days with SmugMug and Zenfolio
« on: June 26, 2012, 05:44 AM »
We recently got a digital video camera, so I was looking for a convenient place to make our photos and videos available to friends and family. This led to a trial of SmugMug and Zenfolio, and I thought I would share my experiences with my fellow DonationCoders.

I have been using Flickr as a place to put photos for friends and family in the past, and I have been quite happy with the way their service works. I had a pro account for a year, but when it expired, I didn't really feel there was a big need to renew it. Flickr only allows you to upload very short videos, so I had to find a different solution -- I considered using YouTube for videos, but having to use hidden links as security would mean I had to send a bunch of new links every time I uploaded something. It would simply be more convenient to have both photos and videos in one place.

I had heard a lot of good things about SmugMug over the years, especially people always praise their zealous support -- I had an image of a company run by geeks who cared about what they did, which seemed like a good fit :D.

While looking through some reviews of SmugMug I found out about Zenfolio (and a couple of other sites, but I was aiming for a place with both video and photo support), which I had not heard of before, but I got the impression it was "the other site" in that segment.

So, I signed up for a 14 day trial of both to see how I would get along with them.

Let me start by saying that they have both been working reasonably well, and when using the standard templates, the end result that your visitors see is very similar, at least on the surface. SmugMug allows to customize your site through CSS and JavaScript, which I can see the benefit in if you are a professional photographer selling your work. I am not, so this is from the perspective of someone who is content with choosing a nice template, and just wants stuff to work without too much hassle.

The main difference to me so far has been the way you work with your collection.

In SmugMug it feels like many of the controls and actions are spread out and accessed in different ways. If you need to do something to some photos in a gallery somewhere, you browse to those images like a visitor would, and there is an extra menu to do stuff. Arranging order, adding captions, moving between galleries, all have their separate page where you select images from the current gallery to perform them on. If you only need to change a few images, you can use the caption edit link at the bottom and the arrange mode checkbox.

smugmug_organizemenu_2012-06-26_085642.jpg

If you want to change something about the gallery itself, you get a gallery settings page.

smugmug_gallerysettings_2012-06-26_094253.png

In Zenfolio, organizing your collection is separated from viewing it. You have something called Edit View, which is much like an explorer window with a tree view of your collection on the left, a properties pane on the right, and thumbnails in the middle. And then there is Visitor View, which lets you browse your collection like a visitor would.

zenfolio_editview_2012-06-22_100426.jpgzenfolio_visitorview_2012-06-22_101336.jpg

Personally, I liked the single interface to organizing your collection in Zenfolio. Having the tree view on the left gives you an overview of the entire collection that I was sometimes missing in SmugMug. I can see some benefit to being able to quickly change something like a single caption, while actually browsing your collection. And for setting captions on a bunch of images the caption/keyword edit page on SmugMug was quite effective.

smugmug_editcaption_2012-06-26_092359.png

In SmugMug you can organize your galleries by assigning a category and optionally a subcategory to them. This ends up working like folders for your galleries when you browse them, but you are limited to these two levels. As I understood it, access control is on the gallery level, so your settings apply to all photos in a gallery. You can hide individual images from public view though.

The categories and gallery name become part of the links to the gallery on SmugMug, so you can have links like user.smugmug.com/Holidays/Spain/. Of course if you ever changed a category, this would invalidate all your links, so a little random string is added to the end of your links, like user.smugmug.com/Holidays/Spain/42344541_g7PNMU, so your links will continue to work. A funny side-effect of this, is that the other parts of the link loose their meaning, and user.smugmug.com/Random/Garbage/42344541_g7PNMU will get you the same gallery ;D.

In Zenfolio you can organize your galleries into groups, which basically work like folders. You can nest groups deeper than two levels. By default photos inherit the settings of the gallery they are in, but you can do stuff like password protect individual photos too.

Links to galleries are always something like user.zenfolio.com/p531837863, which is shorter but does not give the extra information in the SmugMug links. I don't know if there is some SEO importance to the links, but I probably prefer the shorter Zenfolio links when you have to include the random string at the end of the SmugMug links anyway.

Your account settings are managed in the same interface on Zenfolio, and on SmugMug there is a separate control panel for those. I found the SmugMug one to be a little annoying because of all the gray unaligned options. Also, every link to get help opens in the same page as the settings. If you compare it to the gallery settings page above, which has properly aligned options and little hover over question marks to help explain stuff, I can't help but wonder why the settings page looks like this.

smugmug_settings_2012-06-26_093848.png

I could probably learn to work with both sites without too much effort, it has just been more intuitive for me personally to use the Zenfolio interface.

The only real issue I have had with Zenfolio was blurry video playback on some computers. This problem was also present on SmugMug. The Zenfolio support people weren't able to help me out, but after some research I found out it was my own fault (or Vegas' fault actually, check the end of this post).

With SmugMug I have had a number of minor things that puzzled me. Not terrible on their own, but it all adds up. Some examples are:

  • I had to upload a couple of videos twice because the upload failed.
  • You cannot skip to a place in a video that has not yet been buffered.
  • If you click the Help link in the bar at the top of SmugMug pages (ironically right next to Logout), you get asked to log in at least once a day.
  • The big login button, and some of the checkboxes in their interface, use the wrong mouse cursor (I-beam text entry instead of an arrow or finger).
  • The photo upload list doesn't scroll down automatically so you can follow the progress.
  • When you change the page of thumbnails while browsing, it changes the bigger preview to the first image on the new page.
  • When you start a slideshow, it always starts from the first picture in the gallery. In Zenfolio it starts at your current, and when you stop the slideshow it shows the image you stopped at, so you can resume.

And finally, the huge window that slides in from the right immediately when your mouse enters a photo. The screenshot does not give justice to how annoying this is, because you cannot see the sliding animation. There may be a setting somewhere to disable it, but I didn't find it.

smugmug_sillyoverlay_2012-06-22_103518.jpg

Compared to the small icons in the corners on Zenfolio that fade in after a short delay.

zenfolio_overlay_2012-06-22_103835.jpg

After two days on Zenfolio I got the following e-mail:

Do you need help setting up your Zenfolio account?

With so many different features and options available with the Zenfolio Trial account, it can be a little overwhelming finding exactly what you are looking for while you are getting started. I work in Zenfolio Customer Support and I am a photographer. I would be happy to help you get started and answer any questions you have about the service or the different plan levels we offer. Many of our new users have also found the Getting Started guide to be a great, time saving resource for setting up their site. You can view the guide here: http://www.zenfolio....help/getting-started

I must also mention that we have live webinars and video tutorials. They are available here: http://www.zenfolio..../zf/help-center.aspx.

Let me know if you have any questions. Any one of us here in Customer Support would be happy to help you.

And after a week on SmugMug I got this:

Ok, we're impressed. In just a week you've already priced your photos? You've got to be a Pro. (And if you're not, may we suggest a career change?) If our guess is correct, you won't be satisfied with anything less than a full featured Pro account.

Got questions? Just reply to this email and our wickedly smart and entirely human Support Heroes will stun you with their fast response, 365 days/year. Or, visit help.smugmug.com for tips, tricks and live chat.

Want to learn from the best in your area? Join a SmugMug User Group to learn and grow from experts in your area.

Now, I have no illusions about both e-mails not being equally auto-generated of course, but I think they underline the "tone" of each site. Also, I had not used any of the commerce functions on SmugMug, and even deliberately limited the trial to a power account instead of a pro, so I was a bit surprised at that line about pricing my photos.

I ended up signing up for an unlimited account on Zenfolio, we will see how it works out. If anyone is interested in it, you can use my referral code G2P-8B6-R4V to get a 10% discount on the first year (gives me a discount too). But I would definitely recommend signing up for a trial of both to see which works best for your needs.



A side-note -- Lessons learned about converting video for upload:

Most modern digital video cameras record in the full 0-255 RGB range, and most computer players expect MP4 files to be 16-235 and expand that range to 0-255. In Vegas, the Levels Video Output FX with Computer RGB to Studio RGB can fix this (possibly adjust the black range to 0 for more contrast). There is a description of this issue here.

If you are using Sony Vegas to make videos for the web, and you are deinterlacing from 50i to 25p (or 60i to 30p), and there is motion in your video, check the deinterlace method. The default Blend fields can result in blurry images that give a nauseating feel when played on a computer, especially if frames are skipped. The Interpolate fields setting worked better.

I ended up using the Sony Vegas->DNxHD->HandBrake workflow. The extra steps are annoying, but the output looked better to me. Also, for some reason I could not get the MainConcept encoder in Vegas (not Pro) to encode 1920x1080 properly.

40
http://forums.dropbo...62381&replies=13

That is a bit of a shame, I found those quite useful.

41
From The Economist via Hacker News:

"So long as the specific code used to implement a method is different," the judge wrote, "anyone is free under the Copyright Act to write his or her own code to carry out exactly the same function or specification of any methods used [to achieve work-alike functionality]," adding that "where there is only one way to express an idea or function, then everyone is free to do so and no one can monopolise that expression."

...

The full 41-page ruling makes for a riveting read. In part that is because the judge has, as he noted during in the trial, written programming code himself—and learned some of the Java language under consideration to test the claims Oracle's lawyers were making about the nature of work-alike functionality. What Oracle attempted to do, it appears, is apply principles of patents (which protect methods) to copyright (which protects specific creative instantiations).

It is great that we are finally starting to see some people who actually have a shred of experience with programming making decisions about software. I think many of the ridiculous decisions of the courts and patent offices reflect the total lack of understanding of what they are ruling about.

42
Via Hacker News

http://www.engadget....dows-8-desktop-apps/

Microsoft has instituted a big change with its free Visual Studio 11 Express suite that's leaving some current- and soon-to-be Windows 8 developers up in arms: it's pulling support for creating anything but Metro-native apps.

This is a mistake imho. The amount of money they will make from people who want to build native apps is minimal, and compare that to the goodwill from, and benefits of, having developers use their tools.

43
Via The Old New Thing, it appears if you are interested in the sixth edition of Programming Windows which is all about programming Windows 8 using C#, then you can save a little money by getting the prerelease version for $10 at the moment, which they say will get you the final when (if) it is released.


44
DC Gamer Club / Orcs Must Die! GOTY 75% off on Steam
« on: March 15, 2012, 03:50 AM »
A quite amusing tower defense type game -- plan your traps and keep the orcs from getting throgh:



http://store.steampowered.com/sub/13743/

45
Living Room / Security hole reported in RDP
« on: March 13, 2012, 02:57 PM »
http://www.zdnet.com...dows-worm-hole/10745

Attention Microsoft Windows administrators: Stop what you’re doing and apply the new — and very critical — MS12-020 update.

Microsoft is warning that there’s a remote, pre-authentication, network-accessible code execution vulnerability in its implementation of the RDP protocol.

From the bulletin:

A remote code execution vulnerability exists in the way that the Remote Desktop Protocol accesses an object in memory that has been improperly initialized or has been deleted. An attacker who successfully exploited this vulnerability could run abitrary code on the target system. An attacker could then install programs; view,change, or delete data; or create new accounts with full user rights.

46
Living Room / Win7 - how to disable visual effects?
« on: February 14, 2012, 10:13 AM »
I am fighting a loosing battle with Windows 7 at the moment -- I am trying to disable some of the visual effects (smooth scrolling, animated windows and controls, see through glass effects, etc.), but every time I log out and back in, the settings revert to turning all this garbage back on :huh:.

Disabling it worked fine for the administrator account, but on my regular user account it keeps resetting what I change -- anyone have any experience with what is causing this, and how to make it stick?

48
Developer's Corner / Dennis Ritchie dead
« on: October 13, 2011, 05:37 AM »
I didn't see a post about this yet, but apparently Dennis Ritchiew, co-inventor of the C programming language, and co-developer of Unix is dead :(.

https://plus.google....ts/ENuEDDYfvKP?hl=en

http://boingboing.ne...r-c-co-inventor.html

49
Developer's Corner / Deep C Fishing
« on: October 10, 2011, 09:07 AM »
http://www.slideshar...et/olvemaudal/deep-c

Some excellent stuff in those slides if you are interested in C/C++ :Thmbsup:

50
Developer's Corner / Lauren Ipsum
« on: October 10, 2011, 06:22 AM »
"A story about computer science and other improbable things"

This first chapter made me chuckle a couple of times (via Hacker News). :)

Pages: prev1 [2] 3next