Slashdot Mirror


User: 0100010001010011

0100010001010011's activity in the archive.

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

Comments · 5,230

  1. That's how BASIC programs started out. You'd get a magazine in the mail and copy word for word what they printed and tada, you had a "program". It was nothing more than straight copy and paste. Then you went and changed all the print statements to PENIS. Or changed the color of the output. Eventually parts of the copy paste started to click and people went on to writing their own code.

  2. Journey o miles starts with on Arizona Bill Would Make Students In Grades 4-12 Participate Once In An Hour of Code (azpbs.org) · · Score: 2

    "An hour of Math is definitely going to be effective in teaching math. Why in the world have I spent my entire life perfecting my PhD level math?"

    "An hour of English is definitely going to be effective in teaching how to write a novel. Why in the world have I spent my entire life perfecting my art"?

    "An hour of Shop class is definitely going to be effective in teaching how to build a house. Why in the world have I spent my entire life perfecting house building"?

    The point is to expose you to what is out there. Most slashdotters seem to have been lucky enough to have been exposed through other means. I learned to code because I just happened to find HyperCard and a HyperCard book at the library then learned to code TI-BASIC because I was bored in Math class and read my TI-89 manual. It was constant exposure that started

    Without those two bits of happenstance I wouldn't make my living writing code as a Mechanical Engineer. The point of adding this is to expose kids to it so that if it piques their interest they can take a second hour. Or a 3rd hour. Or make a career out of it.

  3. Re:So it has... on LG's Latest Battery Is Also a Phone (engadget.com) · · Score: 1

    My Kyrocera DuraPlus only has a 1650 mAh battery and will usually last ~2 weeks on a charge with light use. And the built in flashlight has a dedicated button.

  4. Re: Fake News on World's Only Sample of Metallic Hydrogen Has Been Lost (ibtimes.co.uk) · · Score: 1

    Natural diamonds do not conduct electricity. Artificial ones do.

    If those properties are good or bad depends on on what you want to use them for.

  5. Scale? on No CEO: The Swedish Company Where Nobody Is In Charge (bbc.com) · · Score: 3, Interesting

    I'd like to see this tried at scale. 40 people barely scrapes my division.

    That said, collective intelligence has been used by companies and the intelligence community. I'd be interested if a few thousand employees collective thoughts on a direction of a company would work better than the boneheaded moves by a few C-level execs.

  6. Re:Until on Is IoT a Reason To Learn C? (cio.com) · · Score: 1

    [Citation Needed]

    It's used literally everywhere in engineering. Your on road vehicle, off road vehicles, airplanes, it's maintainable just fine.

  7. Re:Until on Is IoT a Reason To Learn C? (cio.com) · · Score: 1

    The car you drive, the planes you fly in, and a whole host of other engineering tools use Simulink, it works just fine.

    A poor carpenter blames his tools.

  8. Re:Until on Is IoT a Reason To Learn C? (cio.com) · · Score: 1

    There's MicroPython and you can also build stuff with Simulink.

  9. Why I Only Work Remotely on New Office Sensors Know When You Leave Your Desk (bloomberg.com) · · Score: 4, Interesting

    This article sums up a lot of the problems I had with the office: https://shift.newco.co/why-i-o...

    This issue in particular:

    ROWE (results only work environment) is a fantastic framework that needs to be adopted in places employing knowledge workers. You should be measuring the output of your workers, not the amount of time you can see them sitting in your office. I refuse to work in a place with such a cynical view of their employees. If you really think your employees will not be working if you cannot look over their shoulder to check, you have the wrong way of looking at the relationship with your employees (especially at a startup). You should be hiring people who are engaged by their work and believe in the company’s mission. If people slack off when you aren’t watching them, your company has a disease, and you have discovered a symptom. You cannot treat this symptom and expect the disease to be cured. More on this later (Remove the safety nets and let the bad actors fail).

    If you are looking at your employees through the lens of “I can’t give these people freedom and autonomy to do work in the best way they see fit:” You should consider finding different people for your organization instead of pursuing an authoritarian regime.

  10. WebRTC turns 5 on Skype Gets A New Competitor: Amazon Announces Chime (geekwire.com) · · Score: 5, Informative

    https://webrtc.org/ "WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose."

    You can host it yourself, internal, inside of your firewall if you're that security paranoid.

    There are also solutions hosted by other people if you don't want to deal with that:

    https://appear.in/

    https://opentokrtc.com/

    https://talky.io/

  11. If you want tomatoes in January,

    You can them like we have been doing for a while. People lived and ate food in the midwest year round long before we got food from CA.

  12. Re:Better late than never! on Ford Just Invested $1 Billion In Self-Driving Cars (usatoday.com) · · Score: 0

    despite automatics doing it better than humans these days.

    That depends on the technology used in the automatic.

    Slushbox fluid coupling automatics still take a hit in MPG because of the physics.

    Dual clutch automatics are more or less manual transmissions with the clutching and gear movement automated.

    They're different beasts.

  13. I concur on How Tech Ate the Media and Our Minds (axios.com) · · Score: 2

    The children now love luxury. They have bad manners, contempt for authority, they show disrespect to their elders.... They no longer rise when elders enter the room. They contradict their parents, chatter before company, gobble up dainties at the table, cross their legs, and are tyrants over their teachers.

    The young people of today think of nothing but themselves. They have no reverence for parents or old age. They are impatient of all restraint. They talk as if they alone knew everything and what passes for wisdom with us is foolishness with them. As for girls, they are forward, immodest and unwomanly in speech, behaviour and dress.

  14. Welcome to the Digital Divide. on Most of the Web Really Sucks If You Have a Slow Connection (danluu.com) · · Score: 5, Insightful

    The digital divide in the US became most evident (to me) in this last election cycle.

    If you look at the page weights of 'conservative' vs 'liberal' news sites the former are much smaller and tailored to people on even a dial up, in large part because they know their demographic. Rural internet in the US flat out sucks. We have counties in my state, not more than 3 hours outside of Chicago that still have dialup as a viable option.

    Drudge Report loads amazingly fast. Huffington Post does not. Drudge was 1.13 MB in size with 44% of that images. (The site I used to analyze them was done with Drudge's 14 assets long before Huffington Post stalled at 220/222 assets.)

    The art of optimization seems to have disappeared, it made a small resurgence when web developers tried to optimize for the mobile web, but it doesn't look like most developers ever tried that hard.

    It's a closed feedback loop. Developers live in places with fast Internet, test in places with fast Internet and then don't understand what it's like anywhere else. Students on college campuses live with gigabit internet and Internet2 connections to peer universities. They move to cities that Comcast pays attention to.

    The best suggestion I have: Turn off images, configure the browser not to thread connections, and get involved in local government to get faster internet to your area.

  15. Re:Second best is good enough? on Verizon and T-Mobile Are In a Virtual Tie For the Best Network In the US (androidcentral.com) · · Score: 1

    Now Sprint is doing a campaign, We are in second place. That is good enough.

    Most of the ads I've seen point out the price differences associated with being in the different places.

    If you had the option of 3 phone services:

    • #1 - $500/mo
    • #2 - $100/mo
    • #3 - $25/mo

    Which one do you pick? If the #3 provider covered the area where you'll use it would you really splurge another $450/mo on #1 just because it was #1?

  16. Re:Managers and engineers on Goldman Sachs Automated Trading Replaces 600 Traders With 200 Engineers (technologyreview.com) · · Score: 5, Interesting

    Trades should be taxed on a decay function of how long they're held.

    Hold it for 10 milliseconds? 99.9% tax.

    Hold it for 10 days? 25% tax.

    Hold it for 10 years? Nearly no tax.

  17. Your point being? You can hire 5000 dudes in China to dig a ditch. Doesn't mean that you aren't better off with an excavator or other heavy equipment.

    "Robots" have been taking jobs for hundreds of years. Water wheels and wind mills have taken jobs of men manually grinding flour. The steam engine took the jobs of horses and people in the field. Hydraulics took the job of people manually manipulating plows. Bigger tractors took the place of more people driving more steam engines.

    What used to take a few hundred men with shovels can be done with an operator in a heavy equipment cab. What used to take a few hundred men underground hauling coal and other minerals can be done by a handful of men and heavy equipment. What used to take hundreds of teachers across the US can be done by online courses.

    We need robots to take over the boring repetitive stuff of now so we can work on the jobs of the future. Just like has been done to now.

    Does anyone really pine for the days that it took 50+% of our workforce just to make food for the other minority? If so the Amish are 'hiring'. We leave them well enough alone and they make great meats and cheeses for us to buy.

  18. Good. That's how most countries with trades still do it. We need to get away from this EVERYONE NEEDS ALL THESE CLASSES that we have in the US.

    Somewhere along the line "Trades" became a dirty word and everyone was shoved into college and it's been a failure. That said, the trades of 2050 aren't going to look like the trades of 1950. I expect IT and most Coding to be a trade route. If you have interest and aptitude in an IT career you start working half days at 14-15 doing hands on learning and the other half in the class room learning what you need to know. Then IT can get what they've been complaining about with a strong trade union.

  19. Re: What's with this fixation? on Disney Thinks High Schools Should Let Kids Take Coding In Place of Foreign Languages · · Score: 1

    According to Slashdotters they're all old hat experts in everything that are being replaced by useless H1Bs that know nothing and can't get hired only because of ageism.

  20. You pay them enough and they will come.

    That's not how it works.

    Say there is 1 American with an expertise in Skill Set A. No amount of money is going to split that person into 3 people to get hired at 3 different locations.

    Additionally people refuse to move. "My family is in this area" "All my friends are here". Try and tell any of the under employed people in Seattle or SV that they can make bank with a 4 week welding certificate nearly anywhere in the US and see how many of them move to Nebraska.

    Now, personally I like flyover country. Food's cheap, I pay less for 20 acres than a small 1 BR apartment in SV.

  21. because Americans simply refuse to work these jobs for that pay.

    How many people sit in Seattle whining about not being able to find a job with their useless degree but refuse to go out and pick the food they're eating?

    I know farmers all across the US face labor shortages with "illegal" immigrants. Get in your car, sell your MacBookPro and start driving around farm country June to October. You'll find work.

  22. Re:What's with this fixation? on Disney Thinks High Schools Should Let Kids Take Coding In Place of Foreign Languages · · Score: 1

    Pulling in data from more sources than Excel. Automating importing / cleaning up data from what ever format their supplier uses, interfacing with web APIs, automatic report generation, etc. With the critical mass of modules Python has these days you'd be re-inventing the wheel doing a lot of it.

    Plus VBA lacks a decent IDE and testing environment. It takes me 3-4 times as long to do something in VBA than it does to do in Matlab.

  23. Re: What's with this fixation? on Disney Thinks High Schools Should Let Kids Take Coding In Place of Foreign Languages · · Score: 1

    recently

    Want to quantify that so it makes it harder to move the goalposts?

    And most recently I've been reverse job searching. That's where I get poached by competitors because I have the buzzwords. Start looking at job listings needing dSpace, Vector Tools (CANape / CANalyzer), or Simulink.

  24. Good point, lets teach kids to code.

  25. in the 1950s,

    Turns out education is something that goes back thousands of years. Look beyond the 50s at how things have been done.