Post Your Workstation Photos


Recommended Posts

LCD Picture Frame I made out of an old laptop. Took it all apart, built a cheap wood frame, attached the system board to a piece of 1/8" plywood for the backing, 1/8" acrylic for the glass, and mounted to hacked LCD in a piece of foamboard. Turned out OK for what I use it for (just scrolls through pictures like a screensaver). It's actually a functioning laptop but I just use it like a picture frame.

586068680[/snapback]

Nice mod; looks good, obviously works, original... I like it. Nice one. :happy:

what stereo is that?? :))

586069555[/snapback]

Who cares?:pp

LCD Picture Frame I made out of an old laptop. Took it all apart, built a cheap wood frame, attached the system board to a piece of 1/8" plywood for the backing, 1/8" acrylic for the glass, and mounted to hacked LCD in a piece of foamboard. Turned out OK for what I use it for (just scrolls through pictures like a screensaver). It's actually a functioning laptop but I just use it like a picture frame.

586068680[/snapback]

Now this I like (Y)

LCD Picture Frame I made out of an old laptop. Took it all apart, built a cheap wood frame, attached the system board to a piece of 1/8" plywood for the backing, 1/8" acrylic for the glass, and mounted to hacked LCD in a piece of foamboard. Turned out OK for what I use it for (just scrolls through pictures like a screensaver). It's actually a functioning laptop but I just use it like a picture frame.

Excellent idea, I have a couple of LCD touch screen Point of Sale machines at work that I have been wondering what I could do with them.

Here we go. I just started unpacking today got here last night and unloaded the truck. My new room and my new desk(s)

room2.jpg

Here we have my New desk wich is 2 ikea jerkers put together to make an Lshaped desk. Best desk i have ever had. The ''hutch" is just something my mom got ages ago and put in our old bathroom for towls and stuff. Looks great on the desk.

room1.jpg

Random pile of stuff on my bed that needs to go somewhere. The network kit is to wire up my tivo and new moxi box(got it from cable company) onto the network.

room3.jpg

Shot of where the tv will go along with my xbox, ps2, tivo, dvd player, and home theater system for my room. All of them are still in there boxes somewhere. I have to get a new tv cabinet for the TV.

room4.jpg

Shot of the last corner of my room. and a little bit if my desk.

Ill post new pictures in a day or so when i get the room completly setup and the desk is more "cleaned" off

IMG: http://www.xiphiasdesigns.com/images/room/room4.jpg

Shot of the last corner of my room. and a little bit if my desk.

586075103[/snapback]

Looks like you have a lot of work ahead of you. The TV is small I presume? I quoted that part by the way because I have that chair; the most comfortable (and cheapest I would like to add) chair I have ever bought! Bargain! :yes:

Looks like you have a lot of work ahead of you. The TV is small I presume? I quoted that part by the way because I have that chair; the most comfortable (and cheapest I would like to add) chair I have ever bought! Bargain! yes.gif

its a 21 i think..

ha its really bad now.. I need to get something to put it in. I may pick something up tommorow. Im not sure. The sub for my stereo sits on the floor and i have nowhere to put it but in the doorway otherwise it discolors the TV.

and yes that Chair is VERY comfortable. specially during those long nights of gaming.

and yes that Chair is VERY comfortable. specially during those long nights of gaming.

586075942[/snapback]

Oh yes, I hear you there. Or in my case long nights of trying to game but being caught up in help forums as a help desk worker... :wacko: :rofl: :cry:

Heres mine. Not as current as I would like it, but has everything I like.  :yes:

586076160[/snapback]

Did you steal that desk from a school? More importantly did you check for gum underneath it? :p

Did you steal that desk from a school? More importantly did you check for gum underneath it?  :p

586076740[/snapback]

AHA, this desk happens to our old family dining table, but i nicked it when no one was looking. :shifty: Now i have room for the laptop.

And as for gum underneath it.....I don't chew GUM! :no:

of course not afunki i worked there to up untill 3 days ago when i moved. ill be working at best buy in asheville nc when i get my license. and i got it for 14 bucks :p I need to wire the tivo and charter DVR up to the network.

When people buy these things regulary we just watchi our rev shoot up :)

oh man seeing all the slick desks and clean set ups makes me want a new one. i've had this desk since my first PC! :angry: lol it was around since my 486, pentium 2 celeron, amd athlon k7 socket A, amd athlon xp, finally p4 prescott. any nice desks to recommend? i know the ikea jerker is nice.

586068518[/snapback]

Same here, ive had mine sine my Pentium 1. I will be getting a new desk in a month or two. I'm thinking of getting this one from ikea.

post-83961-1119015991.jpg

Or i'll just get a Jerker too.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!