Slashdot Mirror


User: TechyImmigrant

TechyImmigrant's activity in the archive.

Stories
0
Comments
5,917
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,917

  1. Re:I'm impressed on Salesforce, a Pillow Maker and a $125k AmEx Bill · · Score: 1

    $20K. My choice. Large enough to get back from wherever in the world I am that has gone to hell and small enough to manage if it goes bad in some other way (like in TFA).

  2. Re:typical AmEx corporate card, it sounds like on Salesforce, a Pillow Maker and a $125k AmEx Bill · · Score: 2

    This is entirely correct. I have a corporate Amex. The card is mine. My debt, my responsibility.

    All that is different is that it is conveniently integrated into the company's expense reporting system, so rather than fiddling with receipts, I can just click on the charges and they get dropped into my expense claim with all the necessary details transferred.

  3. Re:My car has a range of 6000 miles on Will Future Tesla Cars Use Metal-Air Batteries? · · Score: 0

    >Who the hell drives from Boston to Atlanta?

    Tamerlan and Dzhokhar Tsarnaev probably had plans to do that a few days ago.

  4. Re:My car has a range of 6000 miles on Will Future Tesla Cars Use Metal-Air Batteries? · · Score: 2, Insightful

    It was probably the 'healthy whole grains' that gave her the cavities. The flouride just masks the effect a bit. That and a K2 deficiency.

  5. Don't tell everyone the scheme. Sheesh!

  6. Dissidents on Yahoo Is Going To Stop Email Service In China · · Score: 1, Insightful

    Now Yahoo will be stuck giving information to the US government on US dissidents.

  7. Constancy on Ask Slashdot: What Planks Would You Want In a Platform of a Political Party? · · Score: 5, Funny

    I want your policies to be constant. Plank Constants.

  8. Re:Greenspun's Tenth Rule on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    I think I should go to a different thread where I can be less accurate.

    I have a book called "Purely Functional Data Structures". Half the book is talking about all the things you can't do and why. I don't recommend it unless that's a topic that interested you. If it is, the title is spot on..

    Functional HDLs are where you can write purely functional code all day, The fit to instantiated silicon is perfect. There are no side effects in logic gates.

  9. I hate it when that happens. on Antares Rocket Launch Scrubbed · · Score: 1

    >unexpected separation of the booster's umbilical cable

    I hate it when that happens.

  10. Re:Greenspun's Tenth Rule on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    I agree completely. I was just nit picking the idea of writing 'purely functional code'. In the real world, purely functional code doesn't happen.

  11. Re:Visual Studio on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    Most of my code is designing chips. Chip design is a lot less forgiving, errors are permanent. Applying a chip design style verification and validation approach to software development is my personal top tip to the world of software development.

  12. Re:Visual Studio for ASP.NET on The Forgotten Macro Language of HTML: XBL 2.0 · · Score: 1

    Companies big and small provide employee-only web interfaces to perform administrative tasks. These web sites are uniformly awful.

  13. Re:Visual Studio on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    Yes. My assertion is that the debugger you need is not better than the ones that are available everywhere.

    Instrumented code will assist locating a problem in both a unit and production environment context. The worst bugs are compositional and debuggers really don't help there because the units all work correctly. Instrumented code will help you realize you were stupid when you thought you could put things together that way.

    My code constantly reminds me that I'm too stupid to write code.

  14. Re:Greenspun's Tenth Rule on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    You could think of it that way. But I may have designed that device and I'm telling you, an instruction copied the character into a register in the hardware, causing a change of the hardware state, or given the nature of the times, a pcie bus master sucked it from a cache line.

  15. Re:Greenspun's Tenth Rule on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    'monad' is the politically correct term for 'side effect'.

  16. Re:Pythons on Giant Snails Invade Florida · · Score: 1

    >Be my guest. Personally, I think snails are disgusting.

    Overcome your food phobia. Snails taste delicious.
    Garlic and butter are the traditional cooking medium but I had them cooked in a bacon gravy at Morel's restaurant in Vegas and they were superb.

  17. Re:Visual Studio on Taking the Pain Out of Debugging With Live Programming · · Score: 4, Interesting

    >What are the better alternatives?

    Instrumented code.
    Unit testing.
    Live testing.
    Rapid build - test turnaround.

    If you're looking for a better debugger, you're doing it wrong.
    You need to instrument your code with the features to make it testable from within the running code base.

  18. Re:5 Zettabytes? on NSA Data Center Brings Concerns Over Security and Privacy and Jobs · · Score: 1

    You don't build datacenters that way - fully populated.

    Upgrading buildings is hard. Adding racks is a pain. Adding things into racks is relatively painless.

    So you build a building that could hold and cool 5 zettabytes if you needed it to. Half fill it with racks. Populate those racks consistent with your current compute and storage needs. Add compute, storage and racks as your needs increase.

    Typically these buildings remain half full, because computers and disks get better faster than people understand. So you swap out old machines for 8x faster machines and disks for 8x bigger disks and never crack into the extra racks.

  19. Re:good pay?! on NSA Data Center Brings Concerns Over Security and Privacy and Jobs · · Score: 2

    >Sure, it's better than most people in Utah make, but by no means "good" pay by any objective metric

    It's worst in Utah. That $47-$61k has to stretch to paying for 3-4 wives.

  20. Re:Greenspun's Tenth Rule on Taking the Pain Out of Debugging With Live Programming · · Score: 1

    If you're writing purely functional code, you can do that trivially...

    But if you're writing purely functional code, you can't have any output, because that would be a 'side effect'.

    Functional programming is an unnatural act.

  21. Re: If it really knew where it was... on Not Even Investors Know What Google Glass Is For · · Score: 1

    They just need to fit the phone with a dickpointnanometer.

  22. Re:What about pictures? on Extended TeX: Past, Present, and Future · · Score: 1

    Yes. The alternative is that I do a lot of work to solve the problem. I have plenty of work to be getting on with, squeezing better crypto into your processors. Coding GUI applications is simply not my bag.

  23. Re:What about pictures? on Extended TeX: Past, Present, and Future · · Score: 1

    The scripts run within the GUI, not the other way around.

    It's probably possible, but I'm not in the habit of solving this sort of artificial problem when I have work to do.

  24. Re:What about pictures? on Extended TeX: Past, Present, and Future · · Score: 1

    What Visio does that is useful to me is allow you to edit the table of vectors for a shape, but put functions in the coordinates. So you can for example, easily add an arrowhead to a wide bus arrow that maintains its shape, angle and aspect ratio while the arrow can be stretched and skewed.

    There are lots of other things, but this is the single massively useful feature that keeps me using it.

    Since no one else does algorithmic smartshapes, I am led to wonder whether patents are part of the reason for them not being used in other . But Visio first came out in 1992, so that's 21 years ago. So get coding people.

  25. Re:What about pictures? on Extended TeX: Past, Present, and Future · · Score: 1

    Yes. You can print to PDF, but then you have a PDF. It isn't editable. So you need to hang onto both the 'compiled' PDF and the visio file. Then there is no command line build for the Visio->PDF. So re-typesetting the latex then requires a manual Visio step if you change the pictures.