Recommended Posts

so i got a reply from my coworker regarding a new Mushroomhead album.

"No, they might have one by late 2009 or 2010. Jeff is releasing a solo album and some of the guys are releasing some side project records. But the Volume 2 DVD will be out soon"

So hopelly 2008 will be a kick ass year for music :D

New Necrophagist, Children of Bodom, and Hate Eternal coming out this year. I've heard that Opeth's new album has been mixed and completed, hopefully it'll come out sometime this year. There's also a new Metallica album coming out, but after hearing St. Anger I'm still pretty skeptical.

so i got a reply from my coworker regarding a new Mushroomhead album.

"No, they might have one by late 2009 or 2010. Jeff is releasing a solo album and some of the guys are releasing some side project records. But the Volume 2 DVD will be out soon"

Yay @ side projects.

I should probably look into this.

Too bad they're not planning on releasing anything this year.

  • 3 weeks later...

So far 2008 is punching my brain! Noteworthy releases:

Meshuggah - obZen

Two Vader EPs

Tiles - Fly Paper

Heaven Shall Burn - Iconoclast

Byzantine - Oblivion Beckons

Norther - N

Avantasia - Scarecrow

Unrelated to metal:

Ott - Skylon

E.S. Posthumous - Cartographer

  • 2 weeks later...
Get thee to the Alestorm website and find out. :laugh:

http://www.myspace.com/alestorm

Seems the website now resolves to the myspace.

lmaoi some of those songs are actually pretty kickass in a ridiculously stupid pirate sort of way.

Anyone want to recommend some metal for me? I haven't gotten any new metal in a while. I tend to like alot of 80's metal and some thrash like Skid Row (Slave to the grind not the first one so much :), Anthrax, Iron Maiden, Metallica, Judas Priest, Sebastian Bach, Motley Crue, Dragonforce.

  • 2 weeks later...
I dunno how many here like bands with female vocalists but i must say the recent album by Amberian Dawn is pretty good stuff in my opinion.

I'm into female-fronted bands. Nightwish, Within Temptation, Evanescence, Flyleaf, The Birthday Massacre, Lacuna Coil, Garbage, Freezepop (not rock, but it counts! :D ). There aren't that many popular bands around, and it's such a shame, as there are a lot of talented ones.

Anyone heard the new bloodbath EP? It's pretty good, can't wait for the new Bloodbath and Opeth albums. Judging by the bootleg of Opeth's Heir Apparent the new album is gonna be amazing. New CoB was a disappointment, although I wasnt expecting much Are You Dead Yet? wasn't very good either.

ViperAFK, I'd reccommend Dream Theater and Symphony X, neither are thrash but if you like dragonforce then you should like them.

I'm into female-fronted bands. Nightwish, Within Temptation, Evanescence, Flyleaf, The Birthday Massacre, Lacuna Coil, Garbage, Freezepop (not rock, but it counts! :D ). There aren't that many popular bands around, and it's such a shame, as there are a lot of talented ones.

Well then, if you do like stuff like nightwish and such then take a look here for some of the band that i mention:

http://www.last.fm/music/Amberian+Dawn/River+Of+Tuoni

I'm into female-fronted bands. Nightwish, Within Temptation, Evanescence, Flyleaf, The Birthday Massacre, Lacuna Coil, Garbage, Freezepop (not rock, but it counts! :D ). There aren't that many popular bands around, and it's such a shame, as there are a lot of talented ones.

Check out Ayreon, namely The Human Equation and 01011001. Two of the greatest albums ever made, alot of female vocals, both albums are pure genius.

Well then, if you do like stuff like nightwish and such then take a look here for some of the band that i mention:

http://www.last.fm/music/Amberian+Dawn/River+Of+Tuoni

Check out Ayreon, namely The Human Equation and 01011001. Two of the greatest albums ever made, alot of female vocals, both albums are pure genius.

Thanks, guys. I'll check them out later. I heard a couple of Amberian Dawn tracks on their site, and they sound pretty good. I'm also trying to get into After Forever. One of my friends has been into them for years, and he keeps trying to get me into them, so I'm gonna give them a go. "Energize Me" sounds like a good track (heard a 30 second preview on Last.fm).

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

    • No registered users viewing this page.
  • Posts

    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
    • Why would any self-respecting intelligent person follow any recommendation by Donald's GOP administration? With almost two years of fabrications, deceit, and blatantly illegal behavior, why believe them now? They had best be gone after the November 2026 election, so we'll wait and see.
    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!