Slashdot Mirror


User: Blaskowicz

Blaskowicz's activity in the archive.

Stories
0
Comments
4,014
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,014

  1. Re:before unbuntu on Ubuntu Turns 10 · · Score: 1

    Windows Vista and higher is the about the equivalent of running Wayland on linux, which still is future technology as of now..
    Or so I visualize the problem, even if the comparison may be not entirely accurate.
    So imagine linux on Wayland, with GMA950 chipset and a "premium" driver i.e. efficient, low CPU use. That ought to be smooth. If you don't have those things then CPU power is wasted and bitmaps are copied uselessly. Even though there's only one physical RAM and it's on the FSB (front side bus) along with CPU and chipset.. the texture you've made must be transfered from "system memory" to "GPU memory" (resulting in ridiculous copying of data around) ; since you use some old low grade drivers (probably not much taken care of beside being patched for newer Xorg and kernel versions) the transfers probably suck more than usual, and that sucks since you're stressing your worst bottleneck (FSB or memory)

  2. Re:before unbuntu on Ubuntu Turns 10 · · Score: 1

    Unity was super fast and smooth, for the two minutes I ran it under Ubuntu 11.04 before switching to Gnome 2. But I don't remember the dash (why would I want to search my programs instead of just running them?)
    The OpenGL performance or that for the main OS GUI is totally random, depending on drivers, on which you have very limited control. Many linux advocates solve that problem by yelling "You're not running a less than two-year-old Intel laptop so you must be an idiot" in slashdot comments.

  3. Re:The driving force to open source? on If You're Connected, Apple Collects Your Data · · Score: 1

    Except for something hardware or driver related, where Windows has had the Device Manager for nearly 20 years. You can e.g. change the poll rate for the PS/2 mouse or limit a wifi connection to 5.5 megabits/s, which I had to do to make a wireless link usable once.
    In contrast on linux only the high-level stuff is available (IP, SSID etc.) though I can look at the wireless speed, read only.

  4. Re:Penetration in buildings will be crap on Gigabit Cellular Networks Could Happen, With 24GHz Spectrum · · Score: 1

    Makes me thinks of femtocells. Farm out coverage to your customers. Also I can see this used in very high density areas : mall, town's main square, stadium, conference center, even ad hoc deployment for events. The effective bandwith for one device may then suck but the shit ton of spectrum may make the connection possible at all.

  5. Re:Shash-job-vertisement on The One App You Need On Your Resume If You Want a Job At Google · · Score: 1

    Yeah but a FORTRAN job where you wear 1940s clothes and program on a typewriter would be really cool.
    And people would only interrupt you by rotary phone or speaking to your secretary.

  6. Re:Sexy job on The One App You Need On Your Resume If You Want a Job At Google · · Score: 1

    Your notion of "Watson will do it all", while it probably has an element of truth in it, sounds like the old stories (before I was born) that in the near future programmers won't be needed anymore because computers will program themselves.

  7. Re:are the debian support forums down? on Ask Slashdot: Stop PulseAudio From Changing Sound Settings? · · Score: 1

    The problem is, 700 games including expansion packs versus out of my ass 50,000 games on Windows.

  8. Re:Bad UI on Ask Slashdot: Stop PulseAudio From Changing Sound Settings? · · Score: 1

    Simply launching Audacity and picking the right "input" allowed me to capture the same sound that pulseaudio sends to speakers.
    Possibly a second Audacity instance can be used to record what enters the PC through microphone. Then investigate using two simultaneous tracks in Audacity. Would that be working and good enough?

  9. Re:It's the OS, Stupid on Apple's Next Hit Could Be a Microsoft Surface Pro Clone · · Score: 1

    hard drive may mess the weight distribution up too.
    But frankly there's not an exceptionnally strong reason for no removable flash storage, that'll be a commercial and design decision.
    Flash can also get integrated right into the main CPU, or why not in a stack.
    Seen a dumphone design on the web (chinese card phone) that consisted of only two chips, main SoC and radio. The SoC integrates some RAM and flash (has 8MB but not sure if the figure is for one or the other) and there's slots for SIM and micro-SD. So that's two removable storage devices, to be perfectly pedantic.

  10. Re:It's the OS, Stupid on Apple's Next Hit Could Be a Microsoft Surface Pro Clone · · Score: 1

    Lately they have been new Taiwan brands in the laptop market. MSI, Gigabyte. They seem nice and "desktop like" in a sense (no stickers, can be bought without an OS, 1080p and 900p displays..). I propose you buy one and report later on build quality : )

  11. Re:It's the OS, Stupid on Apple's Next Hit Could Be a Microsoft Surface Pro Clone · · Score: 1

    iPod classic. Oh crap, it was discontinued on Septermber 9 2014. Seems the 1.8" HDD have stagnated for years if they're even still made, and their niche has effectively ended.
    On the other hand a 2.5" single platter, 5mm high drive exists, aimed at ultrabooks. It could easily fit in a Surface Pro clone. Have flash on M2 PCIe so that the user puts in whatever he want!

  12. Re:Pulseaudio is a synthom, It's not to blame. on Ask Slashdot: Stop PulseAudio From Changing Sound Settings? · · Score: 1

    And so if you want both generic audio and low latency audio you need TWO sound systems on top of a THIRD one and at least two of them (Pulseaudio, ALSA) are configured by editing empty or semi-empty config files on the command line.
    All so that maybe (not sure if that configuration is easily possible or makes sense) an ALSA application sends sounds to Pulseaudio (which emulates ALSA), which outputs to Jack which pipes it to ALSA.

    I'm not necessarily against all that stuff but distros should support configurations where everything works, with wizards or a GUI to help you. Last time I tried launching (not even using) something other than audacity or qsynth all I got was "Ardour 2 couldn't start because fuck you". (granted that was a few years ago on ubuntu 10.04 I believe)

  13. Re:Bad UI on Ask Slashdot: Stop PulseAudio From Changing Sound Settings? · · Score: 1

    You can do neat things but they require writing hardly discoverable crap in a configuration file. E.g. I was delighted to be able to get an optional downmixing from stereo to mono, which I wanted for years (be it on Windows, ALSA, ALSA + pulseaudio, or as a hardware feature - the latter can be found on 1970s amps).
    But you have to scrounge the web then write this in the adequate place in the file system : "load-module module-remap-sink master=alsa_output.pci-0000_04_04.0.analog-stereo sink_name=mono channels=2 channel_map=mono,mono"

    If that were Windows software you would have a GUI with checkboxes and the like to remap sound channels. And that's what Media Player Classic gave me a decade ago. And if software was still made like in the old days you would have off-line help files.

    To pulseaudio's credit the feature works well : a new radio button appears in the GUI and switching from one sink to another works instantly.

  14. Pulseaudio not smart enough for me on Ask Slashdot: Stop PulseAudio From Changing Sound Settings? · · Score: 1, Offtopic

    I dislike that pulseaudio doesn't set its volume at what was the last value, when I boot and autologin to my desktop. The sound control applet (or is it a tray icon) does remember, but it registers after twiddling it up or down.
    As I use an amplifier at 100% volume and Alsamixer is set at -2dB that result in very loud sound coming from the music player or video player etc. if I forget about it. Fortunately the amp is low powered and 2x12 watts so I guess the sound comes out at around 100 decibels only. Would be fun to try a dB meter to know exactly

  15. Re:Fission = bad, but not super-bad on Fusion and Fission/LFTR: Let's Do Both, Smartly · · Score: 1

    I thought the used fuel was too polluted with fission products and crap to be useful. You would at least need to use your civilian reactor in short runs tuned for millitary plutonium breeding rather than normal operation. (and that's what very old dual use designs were design to do, such as Chernobyl type.)

    If we can do that sort of thing then theoretically a thorium reactor can be used to make Uranium 233 bombs.

  16. Re:Fission is Dead on Fusion and Fission/LFTR: Let's Do Both, Smartly · · Score: 1

    Even if wind turbines do manage to get a CF of 30 to 35% (only achievable in specific areas), massive generation of wind energy requires hundreds billions spent in transmission lines, other power grid upgrades, gas turbine backup, energy storage.

    I find it doubtful. We can possibly achieve that, with the goal to avoid causing too much global warming ; but burning so much carbon in the process that we'll cause it anyway.

  17. Re:Seems incorrect on NVIDIA Presents Plans To Support Mir and Wayland On Linux · · Score: 1

    But the cheap combined CPU+GPU is probably what allows those "distributed smart monitors" to be practical. They seem a fun idea, though probably suitable to certain classes of custom applications.

  18. Re:I still don't see what's wrong with X on Lead Mir Developer: 'Mir More Relevant Than Wayland In Two Years' · · Score: 1

    Let's hope the toolkits and applications will keep supporting X forever, or at least 10 years. No news of GTK3, Qt etc. dropping X11 support and there still is the older or simpler stuff around (GTK2, Motif, FLTK 1.3..)
    Then the distro and app maintainers have to not throw X11 out as you say, like apps or libraries compiled with flags so they do not support X11.. Realistically for a good while they won't do that, with the moutains of applications and older hardware to support.

    Then it shouldn't matter if you're using Wayland locally, if you still can ssh -X or putty+xming from another box and run your app. A nested server is even built in for local use.
    So I don't feel terribly threatened by the whole issue (maybe GTK3 removing some GUI features is more annoying). X11 doesn't give a shit if you're running 80x25 text, Xorg, Wayland, serial or nothing at all on your local box. It will not be so easy to kill!

  19. Re:Not improved on Apple Announces iPad Air 2, iPad mini 3, OS X Yosemite and More · · Score: 1

    Fair.
    Your desktop uses a lot of power at idle though, by putting together a low end beige desktop without trying hard you can get much lower than that at load.
    There's a relative lack of power supplies for low powered PCs. 300W Bronze (way overkill but decent), 360W Gold, PicoPSU (a bit weird), and a handful of motherboard that have a DC in for use with a generic laptop power adapter (for relatively "slow" Atom or Jaguar offerings). We'll hopefully see more of them.

    You'll end up idling at higher power than a Mac Mini if you roll your own, but it ought to be reasonable.

  20. Re:Not Invented Here on Lead Mir Developer: 'Mir More Relevant Than Wayland In Two Years' · · Score: 2

    But Wayland or an implementation has always seemed to be two years away. It's just so slow moving - drivers, distros, toolkits, DEs need to be there. I'm figuring out we can finally use it in 2016 (Ubuntu 16.04 LTS variants and derivates), 2017 for debian-stable-after-jessie.
    I'm figuring Ubuntu wanted their Mir so they could control the development, QA, testing, whatever of it for the Ubuntu phones, which eventually failed to be introduced or were delayed.

  21. Re:(some) cars are gadgets now on Tesla Teardown Reveals Driver-facing Electronics Built By iPhone 6 Suppliers · · Score: 1

    The diesel car's battery is used for some pre-heating before start up?

  22. Re:Moo on Adobe Spies On Users' eBook Libraries · · Score: 1

    How come these ads actually are unskippable? Shouldn't the DVD player be able to ignore it? Just like they ignore DVD regions. Living outside the US I've never seen unskippable ads on DVD, hell you expect to go to the menu and play.
    Use a PC with VLC and you're probably free to do whatever. How's it on a console? (PS2, PS3 etc.)

  23. Jails Are a Steal on Making Best Use of Data Center Space: Density Vs. Isolation · · Score: 1

    In the current US situation at least, you have room to move servers from figurative jails to real ones.

  24. Re:Not improved on Apple Announces iPad Air 2, iPad mini 3, OS X Yosemite and More · · Score: 1

    Why is wanking about power use such a big thing? It still uses much less power than an older desktop, especially at idle.
    The 3770 was a mistake, so include an i7-4790S instead of downgrading the computer.

  25. Re:iMac looks cool on Apple Announces iPad Air 2, iPad mini 3, OS X Yosemite and More · · Score: 1

    If you don't want a TN then don't buy it?
    By the way the 5K display is IPS or similar and extremely expensive. ($2.5K but should go down). 28" 4K TN is cheap ($600 or less), add a small $400 desktop or the cheapest graphics card with DP to your desktop and it's probably worth considering for dealing with such things as pdf, spreadsheets, editors and text terminals.